export interface IMobyoInfo {
    companyId: string;
    containerId: string;
}
