Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 227 Bytes

webhookstatustype.md

File metadata and controls

15 lines (10 loc) · 227 Bytes

WebhookStatusType

Example Usage

import { WebhookStatusType } from "@avalabs/avacloud-sdk/models/components";

let value: WebhookStatusType = "active";

Values

"active" | "inactive"