﻿
export interface IExchangeApiErrorDto {
    code: number;
    message: string;
}
