export declare class UpdateBlogDataDto {
    id: number;
    blog: number;
    value: string;
    data_hist: any;
}
