export interface ICurrencyFormat{ StoreCurrencyId:number; CustomCurrency:string; StoreCurrencyCode:string; }