Interface UserRepositorySearchResponseRootObject

interface UserRepositorySearchResponseRootObject {
    has_more: boolean;
    num_results: number;
    rank_token: string;
    status: string;
    users: UserRepositorySearchResponseUsersItem[];
}

Properties

has_more: boolean
num_results: number
rank_token: string
status: string