@webitel/api-services
    Preparing search index...
    type UpdateUserAccessTokenUpdateBody = {
        created_at?: string;
        created_by?: ApiObjectId;
        deleted_at?: string;
        deleted_by?: ApiObjectId;
        token?: string;
        updated_at?: string;
        updated_by?: ApiObjectId;
        usage?: string;
        user?: UpdateUserAccessTokenUpdateBodyUser;
    }
    Index

    Properties

    created_at?: string
    created_by?: ApiObjectId
    deleted_at?: string
    deleted_by?: ApiObjectId
    token?: string
    updated_at?: string
    updated_by?: ApiObjectId
    usage?: string