@videosdk.live/server-sdk
    Preparing search index...

    Interface NotificationChannel

    interface NotificationChannel {
        channelId: string;
        config?: Record<string, unknown>;
        createdAt?: string;
        id?: string;
        name?: string;
        type?: NotificationChannelType;
        updatedAt?: string;
        userId?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    channelId: string
    config?: Record<string, unknown>
    createdAt?: string
    id?: string
    name?: string
    updatedAt?: string
    userId?: string