Skip to main content

@slack/web-api / AdminAppsRequestsListResponse

Type Alias: AdminAppsRequestsListResponse

type AdminAppsRequestsListResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/AdminAppsRequestsListResponse.ts:11

Type Declaration

app_requests?

optional app_requests?: AppRequest[];

error?

optional error?: string;

needed?

optional needed?: string;

ok?

optional ok?: boolean;

provided?

optional provided?: string;

response_metadata?

optional response_metadata?: ResponseMetadata;

warning?

optional warning?: string;