@slack/web-api
Version:
Official library for using the Slack Platform's Web API
18 lines • 462 B
TypeScript
import { WebAPICallResult } from '../WebClient';
export type AuthTestResponse = WebAPICallResult & {
app_id?: string;
app_name?: string;
bot_id?: string;
enterprise_id?: string;
error?: string;
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