UNPKG

@shadow-dev/orm

Version:

Lightweight dynamic MySQL ORM designed for ShadowCore and modular apps.

4 lines (3 loc) 108 B
export type JSONValue = string | number | boolean | null | JSONValue[] | { [key: string]: JSONValue; };