MapComplete/src/Models/smallLicense.ts

7 lines
150 B
TypeScript

export default interface SmallLicense {
path: string
authors: string[]
license: string
sources: string[]
mostly_white?: boolean
}