/* Options: Date: 2025-12-11 16:07:35 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://catalog-jobs-dev.power.dev //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: ErcotDayAheadLoadForecastAutoRequest.* //ExcludeTypes: //DefaultImports: */ // @Route("/ercot-day-ahead-load-forecast-auto", "POST") export class ErcotDayAheadLoadForecastAutoRequest { public date?: string; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ErcotDayAheadLoadForecastAutoRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }