@shortcut/client
    Preparing search index...

    Interface CreateDoc

    interface CreateDoc {
        content: string;
        title: string;
    }
    Index

    Properties

    Properties

    content: string

    The content for the new document

    title: string

    The title for the new document

    1

    256