bigbuffet-rw/app/soapbox/schemas/index.ts
2023-05-02 18:30:21 -05:00

11 lines
No EOL
578 B
TypeScript

export { accountSchema, type Account } from './account';
export { cardSchema, type Card } from './card';
export { customEmojiSchema, type CustomEmoji } from './custom-emoji';
export { groupSchema, type Group } from './group';
export { groupMemberSchema, type GroupMember } from './group-member';
export { groupRelationshipSchema, type GroupRelationship } from './group-relationship';
export { groupTagSchema, type GroupTag } from './group-tag';
export { relationshipSchema, type Relationship } from './relationship';
// Soapbox
export { adSchema, type Ad } from './soapbox/ad';