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

    Hierarchy

    Index

    Properties

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