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

    Interface SendAppNotificationRequest

    Send notification request

    interface SendAppNotificationRequest {
        user_id: string;
        title: string;
        message: string;
        type?: "success" | "error" | "info" | "warning";
        action_url?: string;
        metadata?: Record<string, unknown>;
    }
    Index

    Properties

    user_id: string
    title: string
    message: string
    type?: "success" | "error" | "info" | "warning"
    action_url?: string
    metadata?: Record<string, unknown>