export interface IDictionaryRow { code: string; description: string; }