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