mapcomplete/Models/smallLicense.ts

6 lines
125 B
TypeScript
Raw Normal View History

2021-04-09 00:56:48 +00:00
export default interface SmallLicense {
path: string,
authors: string[],
license: string,
sources: string[]
}