Type Alias: AuthorizationSearchResult
type AuthorizationSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:650
Type Declaration
items?
optional items: AuthorizationResult[];
The matching authorizations.
type AuthorizationSearchResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:650
optional items: AuthorizationResult[];
The matching authorizations.