Type Alias GitHubRepo

Source
Expand description

GitHub owner/repo slug.

type GitHubRepo = `${string}/${string}`