Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Collection of commonly used types
Type alias for arrays in JSON.It's an array that can contain any type of JSONValue.
Type alias for objects in JSON.It represents an object with string keys and JSONValue values.
Type alias for JSON primitive values.This includes all the basic types that can be represented in JSON.
Union type for any value that can be found in a JSON structure.This includes objects, arrays, and primitives.
Represents a UUID (Universally Unique Identifier) with enforced format for version 4 UUIDs.
Type alias for arrays in JSON.It's an array that can contain any type of JSONValue.
Type alias for objects in JSON.It represents an object with string keys and JSONValue values.
Type alias for JSON primitive values.This includes all the basic types that can be represented in JSON.
Union type for any value that can be found in a JSON structure.This includes objects, arrays, and primitives.