@webitel/api-services
    Preparing search index...
    type UpdateUserAccessTokenBody = {
        createdAt?: string;
        createdBy?: ApiObjectId;
        deletedAt?: string;
        deletedBy?: ApiObjectId;
        token?: string;
        updatedAt?: string;
        updatedBy?: ApiObjectId;
        usage?: string;
        user?: UpdateUserAccessTokenBodyUser;
    }
    Index

    Properties

    createdAt?: string
    createdBy?: ApiObjectId
    deletedAt?: string
    deletedBy?: ApiObjectId
    token?: string
    updatedAt?: string
    updatedBy?: ApiObjectId
    usage?: string