import { HintTypeEnum } from "./HintTypeEnum"; export interface HintModel { type?: HintTypeEnum; Header?: string; Content?: any[]; Iskey?: boolean; }