@shortcut/client
    Preparing search index...

    Interface DocSlim

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

    Properties

    Properties

    app_url: string

    The Shortcut application url for the Doc.

    id: string

    The public id of the Doc

    uuid

    title?: null | string

    The Docs Title