Skip to main content

Variable: ResponseSpaceInboxMessage

const ResponseSpaceInboxMessage: Struct<{ inboxId: typeof String$; message: Struct<{ authorAccountAddress: optional<typeof String$>; ciphertext: typeof String$; createdAt: typeof Date$; id: typeof String$; signature: optional<Struct<{ hex: typeof String$; recovery: typeof Number$; }>>; }>; spaceId: typeof String$; type: Literal<["space-inbox-message"]>; }>

Defined in: packages/hypergraph/src/messages/types.ts:380