Skip to main content

@slack/web-api / TeamIntegrationLogsResponse

Type Alias: TeamIntegrationLogsResponse

type TeamIntegrationLogsResponse = WebAPICallResult & object;

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

Type Declaration

error?

optional error?: string;

logs?

optional logs?: Log[];

needed?

optional needed?: string;

ok?

optional ok?: boolean;

paging?

optional paging?: Paging;

provided?

optional provided?: string;

warning?

optional warning?: string;