Interface: NotificationChannelResponse
Defined in: sdk/src/types.ts:887
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
id | string | sdk/src/types.ts:888 |
organizationId | string | sdk/src/types.ts:889 |
type | NotificationChannelType | sdk/src/types.ts:890 |
name | string | sdk/src/types.ts:891 |
config | Record<string, unknown> | sdk/src/types.ts:892 |
events | string[] | sdk/src/types.ts:893 |
isActive | boolean | sdk/src/types.ts:894 |
createdAt | string | sdk/src/types.ts:895 |
updatedAt | string | sdk/src/types.ts:896 |