mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2026-04-28 17:22:08 -06:00
node_modules: upgrade
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
declare type JsonSchema = boolean | ArraySchema | ObjectSchema | NumberSchema | StringSchema;
|
||||
declare type JsonType = 'array' | 'object' | 'string' | 'number' | 'integer' | 'boolean' | 'null';
|
||||
type JsonSchema = boolean | ArraySchema | ObjectSchema | NumberSchema | StringSchema;
|
||||
type JsonType = 'array' | 'object' | 'string' | 'number' | 'integer' | 'boolean' | 'null';
|
||||
interface CommonSchema {
|
||||
type?: JsonType | JsonType[];
|
||||
const?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user