Type alias BulkNotification

BulkNotification: {
    channel: EventTypes;
    created_at: string;
    id: number;
    sections: BulkNotificationSection[];
    updated_at: string;
}

Type declaration

Generated using TypeDoc