@dxos/client
    Preparing search index...

    Variable ThreadTypeConst

    ThreadType: Type.Obj<
        {
            context?: { object?: string; schema?: string; space?: string };
            messages: Ref<
                OfKind<Object> & {
                    blocks: {
                        content?: Ref<(...) & (...)>;
                        object?: Ref<any>;
                        timestamp: string;
                    }[];
                    context?: { object?: string; schema?: string; space?: string };
                    date?: string;
                    links?: readonly Ref<any>[];
                    read?: boolean;
                    subject?: string;
                    type?: string;
                },
            >[];
            title?: string;
        },
        Fields,
    > = ...