Type Alias: UserSearchResult
type UserSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:7237
Type Declaration
items
items: UserResult[];
The matching users.
type UserSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:7237
items: UserResult[];
The matching users.