import { Identifier } from "./Identifier"; export interface ISchemaFact { identifier?: Identifier; title: string; values: number[]; tags?: string; }