@webitel/api-services
    Preparing search index...

    UserId lookup value.

    interface ApiUserAccessToken {
        createdAt?: string;
        createdBy?: ApiObjectId;
        deletedAt?: string;
        deletedBy?: ApiObjectId;
        id?: string;
        token?: string;
        updatedAt?: string;
        updatedBy?: ApiObjectId;
        usage?: string;
        user?: ApiObjectId;
    }
    Index

    Properties

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