Interface PinnedGist

A pinned gist on a user's GitHub profile.

interface PinnedGist {
    description: null | string;
    name: string;
    url: string;
}

Properties

Properties

description: null | string

Gist description

name: string

Gist short ID

url: string

URL to the gist on GitHub