bigbuffet-rw/app/soapbox/schemas/index.ts
2023-03-14 13:10:00 -04:00

6 lines
308 B
TypeScript

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';