@shortcut/client
    Preparing search index...

    Interface KeyResultSlim

    interface KeyResultSlim {
        entity_type: "key-result:slim";
        id: string;
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    entity_type: "key-result:slim"

    The type of this entity.

    id: string

    The unique ID of the Key Result.

    uuid

    name: string

    The name of the Key Result.

    1024

    uri: string

    A resolvable URI for the entity.

    2048

    ^https?://.+$