@dxos/client
    Preparing search index...

    Interface DocumentType

    interface DocumentType {
        "[KindId]": Object;
        content: Ref<
            TypedObjectFields<{ content: typeof String$ }, TypedObjectOptions>,
        >;
        id: string;
        title?: string;
    }

    Hierarchy

    Index

    Properties

    "[KindId]": Object
    content: Ref<TypedObjectFields<{ content: typeof String$ }, TypedObjectOptions>> = ...
    id: string
    title?: string = ...