@slack/web-api
Version:
Official library for using the Slack Platform's Web API
19 lines • 495 B
TypeScript
import type { WebAPICallResult } from '../../WebClient';
export type AuthTestResponse = WebAPICallResult & {
app_id?: string;
app_name?: string;
bot_id?: string;
enterprise_id?: string;
error?: string;
expires_in?: number;
is_enterprise_install?: boolean;
needed?: string;
ok?: boolean;
provided?: string;
team?: string;
team_id?: string;
url?: string;
user?: string;
user_id?: string;
};
//# sourceMappingURL=AuthTestResponse.d.ts.map