@dxos/client
    Preparing search index...

    Variable SpacePropertiesConst

    SpaceProperties: Type.Obj<
        {
            computeEnvironment?: "disabled"
            | "edge"
            | "local";
            description?: string;
            edgeReplication?: boolean;
            hue?: string;
            icon?: string;
            iconHue?: string;
            invocationTraceFeed?: Ref;
            name?: string;
        },
        Schema.Struct.Fields,
    >