UNPKG

@magicbell/react-headless

Version:
23 lines 561 B
"use strict"; /** * 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