@magicbell/react-headless
Version:
Hooks to build a notification inbox
22 lines • 495 B
JavaScript
/**
* 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