UNPKG

slack-web-api-client

Version:
9 lines 268 B
import type { SlackAPIResponse } from "../response"; export type TeamBillingInfoResponse = SlackAPIResponse & { error?: string; needed?: string; ok: boolean; plan?: string; provided?: string; }; //# sourceMappingURL=TeamBillingInfoResponse.d.ts.map