Skip to content

Commit ccba804

Browse files
committed
fix: export types needed for EntityMixin
1 parent 9db5ca9 commit ccba804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/endpoint/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export * as schema from './schema.js';
1515
export type { Array, Invalidate, Collection, DefaultArgs } from './schema.js';
1616
export { default as Entity } from './schemas/Entity.js';
1717
export { default as EntityMixin } from './schemas/EntityMixin.js';
18+
export type { IEntityClass, IEntityInstance } from './schemas/EntityTypes.js';
1819
export { default as validateRequired } from './validateRequired.js';
1920
export type {
2021
EndpointInterface,

0 commit comments

Comments
 (0)