@cto.ai/ops
Version:
💻 CTO.ai - The CLI built for Teams 🚀
6 lines (5 loc) • 397 B
TypeScript
export declare class BillingService {
hasPublishAccess: (teamName: any, workflowType: any, workflowName: any, email: any, username: any, token: any) => Promise<any>;
validateBilling: (teamName: any, workflowTypeIn: any, workflowName: any, email: any, username: any, token: any) => Promise<any>;
updateBilling: (teamName: any, username: any, email: any, token: any) => Promise<void>;
}