Vladislav Pavlov
May 14, 2024
Responce
Logic
params: { currencyId: { type: 'string', optional: true, }, type: { type: 'string', optional: true, }, from: { type: 'string', optional: false, }, to: { type: 'string', optional: false, }, },
...