type OfferRestrictions = {
    os: {
        android?: string[];
        ios?: string[];
    };
};
export default OfferRestrictions;
