interface PreOrder {
    activate_countdown: boolean;
    availability_date?: string;
    end_date?: string;
}
