MapComplete/Models/smallLicense.ts
2022-09-08 21:40:48 +02:00

6 lines
123 B
TypeScript

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