UNPKG

scheunemann-interfaces

Version:
9 lines (8 loc) 210 B
export interface ISubscriptionCompanyProfile { containerId: string | null; doc: string | null; docType: string | null; id: string | null; imageUrl: string | null; name: string | null; }