feat: add embedchain javascript package (#576)
This commit is contained in:
3
embedchain-js/embedchain/models/LoaderResult.ts
Normal file
3
embedchain-js/embedchain/models/LoaderResult.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { Metadata } from './Metadata';
|
||||
|
||||
export type LoaderResult = { content: any; metaData: Metadata }[];
|
||||
Reference in New Issue
Block a user