feat(organizations): migrate source storage to polymorphic records
This commit is contained in:
8
ts_client/src/index.ts
Normal file
8
ts_client/src/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export {
|
||||
ApiClientError,
|
||||
MostovikOrganizationsClient,
|
||||
type ApiRequestOptions,
|
||||
type FetchLike,
|
||||
type MostovikOrganizationsClientOptions,
|
||||
} from "./client.js";
|
||||
export * from "./types.js";
|
||||
Reference in New Issue
Block a user