Type Alias: StarsListResponse
type StarsListResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/StarsListResponse.ts:11
Type declaration​
error?​
optional error: string;
items?​
optional items: Item[];
needed?​
optional needed: string;
ok?​
optional ok: boolean;
paging?​
optional paging: Paging;
provided?​
optional provided: string;