import {Model} from "./Model"; export type ConfigurationModel = Model & { key: string; value: string; }