Files
yaak/src-tauri/yaak_plugin_runtime/bindings/serde_json/JsonValue.ts
2024-09-30 17:45:51 -07:00

4 lines
204 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type JsonValue = number | string | Array<JsonValue> | { [key in string]?: JsonValue };