core-utils
    Preparing search index...
    interface NotificationJobData {
        expiresAt: string;
        idempotencyKey: TriggerIdempotencyKey;
        recipients: string[];
        workflowKey: string;
    }

    Hierarchy

    Index
    expiresAt: string
    idempotencyKey: TriggerIdempotencyKey
    recipients: string[]
    workflowKey: string