@shortcut/client
    Preparing search index...

    Interface DocSlim

    interface DocSlim {
        id: string;
        title?: null | string;
    }
    Index

    Properties

    Properties

    id: string

    The public id of the Doc

    uuid

    title?: null | string

    The Docs Title