@webitel/api-services
    Preparing search index...
    interface WfmAgentScheduleShiftPause {
        cause?: WfmLookupEntity;
        createdAt?: string;
        createdBy?: WfmLookupEntity;
        domainId?: string;
        end?: string;
        id?: string;
        start?: string;
        updatedAt?: string;
        updatedBy?: WfmLookupEntity;
    }
    Index

    Properties

    createdAt?: string
    createdBy?: WfmLookupEntity
    domainId?: string
    end?: string
    id?: string
    start?: string
    updatedAt?: string
    updatedBy?: WfmLookupEntity