| 1 | import type { AuthenticationClient, DirectusClient, RequestOptions, RestClient, RestCommand } from '@directus/sdk'; |
| 2 | import { authentication, createDirectus, rest } from '@directus/sdk'; |
| 3 | import { type FetchContext, ofetch } from 'ofetch'; |
| 4 | import { requestQueue } from './api'; |
nothing calls this directly
no test coverage detected