import { Criterion, Instruction, StorageObject } from '@cuby-ui/api'; export type SectionStorageElementType = Criterion | Instruction; export type SectionStorageElementTypeName = 'CRITERIA' | 'INSTRUCTION'; export type SectionStorageObject = StorageObject; export type EmptyStateTitle = Record; export type GetFramerId = Record string>;