UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

10 lines 295 B
import type { WebAPICallResult } from '../../WebClient'; export type TeamBillingInfoResponse = WebAPICallResult & { error?: string; needed?: string; ok?: boolean; plan?: string; provided?: string; warning?: string; }; //# sourceMappingURL=TeamBillingInfoResponse.d.ts.map