Skip to content

Commit bab907c

Browse files
authored
fix: export types needed for EntityMixin (#3480)
1 parent 9db5ca9 commit bab907c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/shiny-olives-behave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@data-client/endpoint': patch
3+
---
4+
5+
fix: export types needed for EntityMixin

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)