mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 22:30:41 -07:00
node_modules: upgrade
This commit is contained in:
4
node_modules/yaml/dist/schema/json-schema.d.ts
generated
vendored
4
node_modules/yaml/dist/schema/json-schema.d.ts
generated
vendored
@@ -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