mapcomplete/Models/smallLicense.ts

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

7 lines
123 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[]
}