UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

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