UNPKG

coconut-open-api-js

Version:
13 lines (12 loc) 244 B
export default class Notifications { static get CLIENT(): { client: boolean; }; static get USER(): { user: boolean; }; static get ALL(): { client: boolean; user: boolean; }; }