import { StorageSetListItem, StorageSharedType, } from '../interfaces/storage.interfaces'; export default function isSet(storage: StorageSharedType) { return !!(storage as StorageSetListItem).storages; }