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

    Interface AppBulkNotificationResponse

    Bulk notification response

    interface AppBulkNotificationResponse {
        sent_count: number;
        failed_count: number;
        notification_ids: string[];
    }
    Index

    Properties

    sent_count: number
    failed_count: number
    notification_ids: string[]