@webitel/api-services
    Preparing search index...
    interface WebitelCasesStatusCondition {
        createdAt?: string;
        createdBy?: GeneralLookup;
        description?: string;
        final?: boolean;
        id?: string;
        initial?: boolean;
        name?: string;
        statusId?: string;
        updatedAt?: string;
        updatedBy?: GeneralLookup;
    }
    Index

    Properties

    createdAt?: string
    createdBy?: GeneralLookup
    description?: string
    final?: boolean
    id?: string
    initial?: boolean
    name?: string
    statusId?: string
    updatedAt?: string
    updatedBy?: GeneralLookup