Skip to main content

@slack/web-api / TeamAccessLogsResponse

Type Alias: TeamAccessLogsResponse

type TeamAccessLogsResponse = WebAPICallResult & object;

Defined in: src/types/response/TeamAccessLogsResponse.ts:11

Type declaration

error?

optional error: string;

logins?

optional logins: Login[];

needed?

optional needed: string;

ok?

optional ok: boolean;

paging?

optional paging: Paging;

provided?

optional provided: string;

response_metadata?

optional response_metadata: ResponseMetadata;