UNPKG

490 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AuthTestResponse = WebAPICallResult & {
3 app_id?: string;
4 app_name?: string;
5 bot_id?: string;
6 enterprise_id?: string;
7 error?: string;
8 expires_in?: number;
9 is_enterprise_install?: boolean;
10 needed?: string;
11 ok?: boolean;
12 provided?: string;
13 team?: string;
14 team_id?: string;
15 url?: string;
16 user?: string;
17 user_id?: string;
18};
19//# sourceMappingURL=AuthTestResponse.d.ts.map
\No newline at end of file