UNPKG

@altostra/core

Version:

Core library for shared types and logic

10 lines (9 loc) 221 B
export interface BillingStatus { altostraAccountId: string; integrationAccountId: string; roleArn: string; status: { canQueryBillingInfo: boolean; hasRequiredPermissions: boolean; }; }