export declare class UpdatePlaceDto {
    id: number;
    code: string;
    description: any;
    label: any;
    category: number;
    SUB_category: number;
    city: number;
    latitude: string;
    longitude: string;
    isPublic: boolean;
    codeZip: string;
    number: number;
    street: string;
    phone: string;
    email: string;
    fb_Url: string;
    insta_Url: string;
    webSite_Url: string;
    scheducule: any;
    hashtag: any;
    price: number;
    confirmed: boolean;
    open: boolean;
    justification: string;
    data_hist: any;
}
