pleroma/app/soapbox/schemas/index.ts

7 lines
308 B
TypeScript
Raw Normal View History

2023-03-14 10:10:00 -07:00
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';