export interface VidalIndicatorDto { author: { name: string }; id: string; updated: string; indicator: { vidalId: number; dVal: string }[]; }
Last updated 2 years ago