@webitel/api-services
    Preparing search index...
    interface EngineTriggerJob {
        createdAt?: string;
        error?: string;
        id?: string;
        startedAt?: string;
        state?: EngineTriggerJobState;
        stoppedAt?: string;
        trigger?: EngineLookup;
    }
    Index

    Properties

    createdAt?: string
    error?: string
    id?: string
    startedAt?: string
    stoppedAt?: string
    trigger?: EngineLookup