export interface KeyValueUtility { key?: any; value?: string; value_vi?: string; value_en?: string; value_zh?: string; optional?: any; }