mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
bugfix: licenses member can also be a string array
This commit is contained in:
Vendored
+2
-2
@@ -50,9 +50,9 @@ export interface InitOpts {
|
||||
*/
|
||||
export interface ModuleInfo {
|
||||
/**
|
||||
* licenses, separated by ' OR '
|
||||
* licenses, either one string or an array of multiple licenses
|
||||
*/
|
||||
licenses: string;
|
||||
licenses: string | string[];
|
||||
/**
|
||||
* Repository URL
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user