Skip to main content
The Deno 2 Release Candidate is here
Learn more
type alias _ObjectFields
import { type _ObjectFields } from "https://deno.land/x/activitypub@v0.1.0/Object.ts";
definition: WithContext & { id?: IdValue; type?: TypeValue | TypeValue[]; attachment?: AttachmentValue | AttachmentValue[]; attributedTo?: AttributedToValue | AttributedToValue[]; audience?: AudienceValue | AudienceValue[]; content?: ContentValue; contentMap?: ContentMapValue; mediaType?: MediaTypeValue; name?: NameValue; nameMap?: NameMapValue; endTime?: EndTimeValue; startTime?: StartTimeValue; generator?: GeneratorValue; icon?: IconValue | IconValue[]; image?: ImageValue | ImageValue[]; inReplyTo?: InReplyToValue | InReplyToValue[]; location?: LocationValue | LocationValue[]; preview?: PreviewValue; published?: PublishedValue; replies?: RepliesValue; summary?: SummaryValue; summaryMap?: SummaryMapValue; tag?: TagValue | TagValue[]; updated?: UpdatedValue; url?: UrlValue | UrlValue[]; to?: ToValue | ToValue[]; bto?: BtoValue | BtoValue[]; cc?: CcValue | CcValue[]; bcc?: BccValue | BccValue[]; duration?: DurationValue; source?: SourceValue; likes?: LikesValue; shares?: SharesValue; }