feat(plugin): align hooks with client APIs
This commit is contained in:
parent
650d774372
commit
6ae2fa5196
65 changed files with 978 additions and 664 deletions
8
packages/client/src/effect/api.ts
Normal file
8
packages/client/src/effect/api.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import type { ModelApi, ProviderApi } from "./api/api.js"
|
||||
|
||||
export type * from "./api/api.js"
|
||||
|
||||
export interface CatalogApi<E = never> {
|
||||
readonly provider: ProviderApi<E>
|
||||
readonly model: ModelApi<E>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue