Type Alias: TeamIntegrationLogsResponse
type TeamIntegrationLogsResponse: WebAPICallResult & object;
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;
Defined in
packages/web-api/src/types/response/TeamIntegrationLogsResponse.ts:11