@slack/web-api / TeamAccessLogsResponse
Type Alias: TeamAccessLogsResponse
type TeamAccessLogsResponse = WebAPICallResult & object;
Defined in: packages/web-api/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;
warning?
optional warning?: string;