export interface IInfo {
    companyId: string;
    containerId: string;
    containerName?: string;
    companyName?: string;
}
