export type DefinedNamePatch = { name: string; reference: string; scope?: string; comment?: string; hidden?: boolean; };