import { Identifier } from "./Identifier"; export interface ISchemaMetric { identifier?: Identifier; expression?: string; format?: string; title: string; tags?: string; }