mirror of
https://github.com/Onewon/claude-code.git
synced 2026-04-26 06:41:16 +03:00
6 lines
190 B
TypeScript
6 lines
190 B
TypeScript
import * as Core from "./core.js";
|
|
export declare class APIResource {
|
|
protected _client: Core.APIClient;
|
|
constructor(client: Core.APIClient);
|
|
}
|
|
//# sourceMappingURL=resource.d.ts.map
|