mapcomplete/Models/smallLicense.ts
2021-04-09 02:56:48 +02:00

6 lines
125 B
TypeScript

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