@webitel/api-services
    Preparing search index...
    interface WfmAbsence {
        absentAt?: string;
        createdAt?: string;
        createdBy?: WfmLookupEntity;
        domainId?: string;
        id?: string;
        typeId?: WfmAbsenceType;
        updatedAt?: string;
        updatedBy?: WfmLookupEntity;
    }
    Index

    Properties

    absentAt?: string
    createdAt?: string
    createdBy?: WfmLookupEntity
    domainId?: string
    id?: string
    updatedAt?: string
    updatedBy?: WfmLookupEntity