MCPcopy
hub / github.com/desktop/desktop / IChooseALicense

Interface IChooseALicense

script/build.ts:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { externals } from '../app/webpack.common'
12
13interface IChooseALicense {
14 readonly title: string
15 readonly nickname?: string
16 readonly featured?: boolean
17 readonly hidden?: boolean
18}
19
20export interface ILicense {
21 readonly name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected