MCPcopy Create free account
hub / github.com/cloudflare/wildebeest / MessageBody

Interface MessageBody

backend/src/types/queue.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface MessageBody {
10 type: MessageType
11 actorId: string
12}
13
14// ActivityPub messages received by an Actor's Inbox are sent into the queue.
15export interface InboxMessageBody extends MessageBody {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected