Skip to main content

@slack/web-api / StarsListResponse

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;