mapcomplete/Models/smallLicense.ts

7 lines
123 B
TypeScript
Raw Normal View History

2021-04-09 02:56:48 +02:00
export default interface SmallLicense {
2022-09-08 21:40:48 +02:00
path: string
authors: string[]
license: string
2021-04-09 02:56:48 +02:00
sources: string[]
2022-09-08 21:40:48 +02:00
}