type Features = {
    delivery_email: string;
    delivery_mobile: string;
};
export type { Features };
