export declare class UpdateDataSettingDto {
    name?: string;
    isDeleted?: boolean;
    attributes?: object;
}
