@dxos/client
    Preparing search index...

    Variable MessageTypeConst

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