export declare class UpdatePlace_DATADto {
    id: number;
    place: number;
    value: string;
    data_hist: any;
}
