Add schema generator
This commit is contained in:
@@ -8,7 +8,7 @@ interface RunInstall {
|
||||
readonly args?: readonly string[]
|
||||
}
|
||||
|
||||
type RunInstallInput =
|
||||
export type RunInstallInput =
|
||||
| null
|
||||
| boolean
|
||||
| RunInstall
|
||||
|
||||
Reference in New Issue
Block a user