src/application/builders/routesBuilders/AddDonorBuilder.ts(23,49): error TS2339: Property 'protocol' does not exist on type '{}'. src/application/builders/routesBuilders/AddDonorBuilder.ts(23,76): error TS2339: Property 'port' does not exist on type '{}'. src/application/builders/routesBuilders/DeleteDonorBuilder.ts(23,49): error TS2339: Property 'protocol' does not exist on type '{}'. src/application/builders/routesBuilders/DeleteDonorBuilder.ts(23,76): error TS2339: Property 'port' does not exist on type '{}'. src/application/builders/routesBuilders/DeleteZoneBuilder.ts(23,49): error TS2339: Property 'protocol' does not exist on type '{}'. src/application/builders/routesBuilders/DeleteZoneBuilder.ts(23,76): error TS2339: Property 'port' does not exist on type '{}'. src/application/builders/routesBuilders/SetBotConfigBuilder.ts(33,49): error TS2339: Property 'protocol' does not exist on type '{}'. src/application/builders/routesBuilders/SetBotConfigBuilder.ts(33,76): error TS2339: Property 'port' does not exist on type '{}'. src/application/builders/routesBuilders/SetGlobalBotConfigBuilder.ts(35,49): error TS2339: Property 'protocol' does not exist on type '{}'. src/application/builders/routesBuilders/SetGlobalBotConfigBuilder.ts(35,76): error TS2339: Property 'port' does not exist on type '{}'. src/application/model/ValidationsRecord.ts(83,41): error TS2339: Property 'match' does not exist on type 'never'. src/core/httpApi/statements/HttpGetStatement.ts(19,9): error TS2322: Type '{}' is not assignable to type 'string'. src/core/httpApi/statements/HttpPostStatement.ts(22,9): error TS2322: Type '{}' is not assignable to type 'string'.