Type alias JSONBoundConfig

JSONBoundConfig: ValibotBoundConfig.JSONType

JSON-compatible type for representing GPCBoundConfig, which is safe to serialize directly using JSON.stringify.

This is identical to the TypeScript type except that bigint and @pcd/pod!PODValue elements are replaced by JSON-compatible representations defined by @pcd/pod!JSONBigInt and @pcd/pod!JSONPODValue respectively.

Use boundConfigToJSON and boundConfigFromJSON to convert between JSON and TypeScript represenations.

Generated using TypeDoc