MapComplete/src/Models/smallLicense.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
150 B
TypeScript
Raw Normal View History

2021-04-09 02:56:48 +02:00
export default interface SmallLicense {
path: string
authors: string[]
license: string
sources: string[]
mostly_white?: boolean
2021-04-09 02:56:48 +02:00
}