export type ModuleNameField = 'module_name' | 'module_name_add' | 'module_name_edit'; export interface UseSetWindowPropsMFProps { moduleNameField?: ModuleNameField; subtitle?: string; editionInfo?: string; } //# sourceMappingURL=types.d.ts.map