import { TypeEnum } from './storage/TypeEnum';
/** Missing description */
export interface ProjectStorageUpdate {
    /** Container type */
    containerType?: TypeEnum;
}
//# sourceMappingURL=ProjectStorageUpdate.d.ts.map