server/packages/sdk/schemas/index.ts
2025-04-10 19:15:31 +02:00

27 lines
966 B
TypeScript

export { CollectionSchema, URICollectionSchema } from "./collection.ts";
export {
AudioContentFormatSchema,
ContentFormatSchema,
ImageContentFormatSchema,
NonTextContentFormatSchema,
TextContentFormatSchema,
VideoContentFormatSchema,
} from "./contentformat.ts";
export { DeleteSchema } from "./delete.ts";
export { EntitySchema } from "./entity.ts";
export { DislikeSchema, LikeSchema } from "./extensions/likes.ts";
export { VoteSchema } from "./extensions/polls.ts";
export { ReactionSchema } from "./extensions/reactions.ts";
export { ReportSchema } from "./extensions/reports.ts";
export { ShareSchema } from "./extensions/share.ts";
export {
FollowAcceptSchema,
FollowRejectSchema,
FollowSchema,
UnfollowSchema,
} from "./follow.ts";
export { InstanceMetadataSchema } from "./instance.ts";
export { NoteSchema } from "./note.ts";
export { UserSchema } from "./user.ts";
export { WebFingerSchema } from "./webfinger.ts";