We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db5ca9 commit ccba804Copy full SHA for ccba804
packages/endpoint/src/index.ts
@@ -15,6 +15,7 @@ export * as schema from './schema.js';
15
export type { Array, Invalidate, Collection, DefaultArgs } from './schema.js';
16
export { default as Entity } from './schemas/Entity.js';
17
export { default as EntityMixin } from './schemas/EntityMixin.js';
18
+export type { IEntityClass, IEntityInstance } from './schemas/EntityTypes.js';
19
export { default as validateRequired } from './validateRequired.js';
20
export type {
21
EndpointInterface,
0 commit comments