@magicbell/react-headless
Version:
Hooks to build a notification inbox
23 lines • 561 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
* }
* ]
* }
* ]
* }
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IRemoteNotificationPreferences.js.map