export interface ISubscriptionCompanyProfile {
    containerId: string | null;
    doc: string | null;
    docType: string | null;
    id: string | null;
    imageUrl: string | null;
    name: string | null;
}
