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[]
|
2024-07-23 17:59:06 +02:00
|
|
|
mostly_white?: boolean
|
2022-09-08 21:40:48 +02:00
|
|
|
}
|