Skip to main content

@slack/web-api / TeamIntegrationLogsResponse

Type Alias: TeamIntegrationLogsResponse

type TeamIntegrationLogsResponse = WebAPICallResult & object;

Defined in: 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;