mapcomplete/Models/smallLicense.ts

6 lines
123 B
TypeScript

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