Skip to main content

@slack/web-api / TeamBillingInfoResponse

Type Alias: TeamBillingInfoResponse

type TeamBillingInfoResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/TeamBillingInfoResponse.ts:11

Type Declaration

error?

optional error: string;

needed?

optional needed: string;

ok?

optional ok: boolean;

plan?

optional plan: string;

provided?

optional provided: string;