@shortcut/client
    Preparing search index...

    Interface PullRequestSlim

    interface PullRequestSlim {
        entity_type: "pull-request:slim";
        id: number;
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    entity_type: "pull-request:slim"

    The type of this entity.

    id: number

    The unique ID of the Pull Request.

    int64

    name: string

    The name of the Pull Request.

    uri: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$