@dxos/client
    Preparing search index...

    Variable ThreadTypeConst

    ThreadType: obj<
        Struct<
            {
                context: optional<
                    Struct<
                        {
                            object: optional<typeof String$>;
                            schema: optional<typeof String$>;
                            space: optional<typeof String$>;
                        },
                    >,
                >;
                messages: mutable<
                    Array$<
                        RefSchema<
                            OfKind<Object> & {
                                blocks: {
                                    content?: (...) | (...);
                                    object?: (...) | (...);
                                    timestamp: string;
                                }[];
                                context?: {
                                    object?: (...)
                                    | (...);
                                    schema?: (...) | (...);
                                    space?: (...) | (...);
                                };
                                date?: string;
                                links?: readonly Ref<(...)>[];
                                read?: boolean;
                                subject?: string;
                                type?: string;
                            },
                        >,
                    >,
                >;
                title: optional<typeof String$>;
            },
        >,
    > = ...