| 2 | import CacheEnabledApiClient from './CacheEnabledApiClient'; |
| 3 | |
| 4 | class Inboxes extends CacheEnabledApiClient { |
| 5 | constructor() { |
| 6 | super('inboxes', { accountScoped: true }); |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected