diff --git a/app/soapbox/schemas/index.ts b/app/soapbox/schemas/index.ts index e05df212a5..f89e714c15 100644 --- a/app/soapbox/schemas/index.ts +++ b/app/soapbox/schemas/index.ts @@ -1,3 +1,6 @@ -export { customEmojiSchema, CustomEmoji } from './custom-emoji'; -export { groupSchema, Group } from './group'; -export { groupRelationshipSchema, GroupRelationship } from './group-relationship'; \ No newline at end of file +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';