| 26 | } from "./schemas"; |
| 27 | |
| 28 | export interface CoreClientOptions { |
| 29 | baseUrl: string; |
| 30 | token: string; |
| 31 | } |
| 32 | |
| 33 | export class CoreClientError extends Error { |
| 34 | statusCode: number; |
nothing calls this directly
no outgoing calls
no test coverage detected