export interface MetasModel { name?: string; type?: string; value?: string | number; }