UNPKG

@slack/types

Version:

Shared type definitions for the Node Slack SDK

12 lines 243 B
export interface BotProfile { id: string; name: string; app_id: string; team_id: string; icons: { [size: string]: string; }; updated: number; deleted: boolean; } //# sourceMappingURL=bot-profile.d.ts.map