Variable: ResponseSpaceInboxMessages
const
ResponseSpaceInboxMessages:Struct
<{inboxId
: typeofString$
;messages
:Array$
<Struct
<{authorAccountAddress
:optional
<typeofString$
>;ciphertext
: typeofString$
;createdAt
: typeofDate$
;id
: typeofString$
;signature
:optional
<Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>>; }>>;spaceId
: typeofString$
;type
:Literal
<["space-inbox-messages"
]>; }>
Defined in: packages/hypergraph/src/messages/types.ts:389