import { CuiStorageObjectType } from '../../constants'; export interface StorageObject { readonly id: string; readonly storageElement: T; readonly storageObjectType: CuiStorageObjectType; }