forked from MapComplete/MapComplete
7 lines
150 B
TypeScript
7 lines
150 B
TypeScript
export default interface SmallLicense {
|
|
path: string
|
|
authors: string[]
|
|
license: string
|
|
sources: string[]
|
|
mostly_white?: boolean
|
|
}
|