Variable: SpaceState
const
SpaceState:Struct
<{id
: typeofString$
;inboxes
:Record$
<typeofString$
,Struct
<{authPolicy
:Union
<[Literal
<["anonymous"
]>,Literal
<["optional_auth"
]>,Literal
<["requires_auth"
]>]>;encryptionPublicKey
: typeofString$
;inboxId
: typeofString$
;isPublic
: typeofBoolean$
;secretKey
: typeofString$
; }>>;invitations
:Record$
<typeofString$
,Struct
<{inviteeAccountAddress
: typeofString$
; }>>;lastEventHash
: typeofString$
;members
:Record$
<typeofString$
,Struct
<{accountAddress
: typeofString$
;role
:Union
<[Literal
<["admin"
]>,Literal
<["member"
]>]>; }>>;removedMembers
:Record$
<typeofString$
,Struct
<{accountAddress
: typeofString$
;role
:Union
<[Literal
<["admin"
]>,Literal
<["member"
]>]>; }>>; }>
Defined in: packages/hypergraph/src/space-events/types.ts:38