UNPKG

coconut-open-api-js

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