export interface ResultGet3 {
    MonId?: string;
    MonCotiz?: number;
    FchCotiz?: string;
}
