Const JSON_SCHEMA
JSON_SCHEMA: { JournalEntry: { additionalProperties: boolean; properties: { id: { type: string[] }; level: { enum: string[]; type: string }; message: { type: string }; op: { enum: string[]; type: string } }; required: string[]; type: string } } = ...
Type declaration
-
JournalEntry: { additionalProperties: boolean; properties: { id: { type: string[] }; level: { enum: string[]; type: string }; message: { type: string }; op: { enum: string[]; type: string } }; required: string[]; type: string }
-
additionalProperties: boolean
-
properties: { id: { type: string[] }; level: { enum: string[]; type: string }; message: { type: string }; op: { enum: string[]; type: string } }
-
id: { type: string[] }
-
level: { enum: string[]; type: string }
-
enum: string[]
-
type: string
-
message: { type: string }
-
op: { enum: string[]; type: string }
-
enum: string[]
-
type: string
-
required: string[]
-
type: string
JSVFS Types
The type library for
jsvfs, providing TypeScript types and interfaces for the main module and for creating new adapters.If you're looking to use
jsvfs, it's best to start with@jsvfs/core.This module implements types and interfaces that can be used for developing
jsvfsitself and adapters.Installation
Get it from npm:
Documentation
Complete documentation of
jsvfscan be found at the jsvfs site.