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

    Interface SendNotificationRequest

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

    Properties

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