UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

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