UNPKG

@magicbell/react-headless

Version:
22 lines 495 B
/** * The types here are used to define a json schema with the structure defined at * https://www.magicbell.com/docs/rest-api/reference#get-preferences * * { * "categories": [ * { * "label": "Billing", * "slug": "billing", * "channels": [ * { * "label": "In app", * "slug": "in_app", * "enabled": true * } * ] * } * ] * } */ export {}; //# sourceMappingURL=IRemoteNotificationPreferences.js.map