UNPKG

mobyo-interfaces

Version:
13 lines (12 loc) 282 B
export interface CompanyInfo { companyId: string; companyName: string; containerId: string; internationalCode?: string; containerName: string; tokenId: string; memberEmail: string; phoneNumber: string; memberId: string; memberName: string; }