Torn API Client
    Preparing search index...

    Type Alias UserListResponse

    type UserListResponse = {
        _metadata: RequestMetadataWithLinks;
        list: UserList[];
    }
    Index

    Properties

    Properties

    list: UserList[]