Fix exporting of types
This commit is contained in:
parent
6ac57910bf
commit
3ca168dc8c
1 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
export { customEmojiSchema, CustomEmoji } from './custom-emoji';
|
||||
export { groupSchema, Group } from './group';
|
||||
export { groupRelationshipSchema, GroupRelationship } from './group-relationship';
|
||||
export { customEmojiSchema } from './custom-emoji';
|
||||
export type { CustomEmoji } from './custom-emoji';
|
||||
export { groupSchema } from './group';
|
||||
export type { Group } from './group';
|
||||
export { groupRelationshipSchema } from './group-relationship';
|
||||
export type { GroupRelationship } from './group-relationship';
|
||||
|
|
Loading…
Reference in a new issue