UNPKG

slack-edge

Version:

Slack app development framework for edge functions with streamlined TypeScript support

8 lines 209 B
export interface AppRateLimited { type: "app_rate_limited"; token: string; team_id: string; minute_rate_limited: number; api_app_id: string; } //# sourceMappingURL=app-rate-limited.d.ts.map