export declare class UpdateType_eventDto {
    id: number;
    code: string;
    label: string;
    data_hist: any;
}
