@dxos/client
    Preparing search index...

    Interface DocumentType

    interface DocumentType {
        "~@dxos/echo/Kind": Object;
        content: Ref<OfKind<Object> & { content: string }>;
        id: string;
        title?: string;
    }

    Hierarchy

    Index

    Properties

    "~@dxos/echo/Kind": Object
    content: Ref<OfKind<Object> & { content: string }> = ...
    id: string
    title?: string = ...