MCPcopy Create free account
hub / github.com/chatwoot/chatwoot /

Class

app/javascript/dashboard/api/inboxes.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import CacheEnabledApiClient from './CacheEnabledApiClient';
3
4class Inboxes extends CacheEnabledApiClient {
5 constructor() {
6 super('inboxes', { accountScoped: true });
7 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected