namespace MiscellaneousService { export interface GetDateResult { displaydate: string; selectdate: string; } export interface GetSendInfoResult { sCurrency: number; sCurrencyName: string; tCurrency: number; tCurrencyName: string; month: string; rate: number; publishOn: Date; } } export type { MiscellaneousService };