bigbuffet-rw/app/soapbox/schemas/index.ts

3 lines
193 B
TypeScript
Raw Normal View History

export { customEmojiSchema, CustomEmoji } from './custom-emoji';
export { groupSchema, Group } from './group';
export { groupRelationshipSchema, GroupRelationship } from './group-relationship';