/* Options: Date: 2025-07-04 08:57:04 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://doapigw.baasbv.nl/api //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetNavigatorInfo.* //ExcludeTypes: //DefaultImports: */ export class GetNavigatorInfo { public ViewId: string; public ExplorerID: string; public NavigationPath: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'GetNavigatorInfo'; } public getMethod() { return 'POST'; } public createResponse() {} }