import { Frame } from './frame-api.options'; export interface Criterion { readonly id: string; readonly title: string; readonly shortDescription: string; readonly framerCriterionId: string; readonly framer: Frame; readonly inspectorCheckEnabled: boolean; readonly onlineCheckEnabled: boolean; }