export interface ModelInfo { refSet: Set; typeInfo: TypeInfo; } export type TypeInfo = { [key in string]?: string; };