@cpod/sdk - v0.2.7
    Preparing search index...

    Interface SendBulkNotificationRequest

    interface SendBulkNotificationRequest {
        type: string;
        title: string;
        message: string;
        priority?: "low" | "normal" | "high" | "urgent";
        data?: Record<string, unknown>;
        actionUrl?: string;
    }
    Index

    Properties

    type: string
    title: string
    message: string
    priority?: "low" | "normal" | "high" | "urgent"
    data?: Record<string, unknown>
    actionUrl?: string