Go to Latest
type alias TeamAccessLogsResponse
import { type TeamAccessLogsResponse } from "https://dotland.deno.dev/x/slack_web_api_client@0.11.0/client/generated-response/TeamAccessLogsResponse.ts";
definition: SlackAPIResponse & { error?: string; logins?: Login[]; needed?: string; ok: boolean; paging?: Paging; provided?: string; response_metadata?: ResponseMetadata; }