SpaceTypes
No description
enum SpaceTypes {
DAO
PERSONAL
}
Values
SpaceTypes.DAO
Community-governed. Edits go through proposal → vote → execute via the on-chain DAO contract.
SpaceTypes.PERSONAL
Owned by a single wallet. The wallet publishes edits directly with no proposal/vote step.
Member Of
Space object ● SpaceCondition input ● SpaceTypesFilter input
:::tip See also
Cookbook recipes that use this:
:::