activity-kit-core/packages/activitypub-core-types/lib/activitypub/Extended/index.d.ts

74 lines
1.3 KiB
TypeScript

export type {
Activity,
ActivityReference,
IntransitiveActivity,
TransitiveActivity,
Accept,
Follow,
Delete,
Create,
Arrive,
Add,
Offer,
Like,
Leave,
Ignore,
Join,
Reject,
Invite,
TentativeReject,
TentativeAccept,
View,
Update,
Undo,
Remove,
Read,
Listen,
Move,
Travel,
Announce,
Block,
Flag,
Dislike,
Question,
} from './Activity';
export type {
Actor,
ActorReference,
Person,
Service,
Group,
Organization,
Application,
} from './Actor';
export type {
ExtendedObject,
ExtendedObjectReference,
Article,
Event,
Note,
Page,
Place,
Relationship,
Tombstone,
Profile,
Video,
Document,
Audio,
Image,
} from './ExtendedObject';
export type { Collection, CollectionReference } from './Collection';
export type {
OrderedCollection,
OrderedCollectionReference,
} from './Collection';
export type { CollectionPage, CollectionPageReference } from './Collection';
export type {
OrderedCollectionPage,
OrderedCollectionPageReference,
} from './Collection';
export type { EitherCollection } from './Collection';
export type { EitherCollectionReference } from './Collection';
export type { EitherCollectionPage } from './Collection';
export type { EitherCollectionPageReference } from './Collection';