fixes bindv2 usage

This commit is contained in:
pfg
2025-11-19 12:51:06 -08:00
parent 3bfdc4b077
commit efdb2e8769

View File

@@ -3,23 +3,19 @@ import * as b from "bindgenv2";
export const SnapshotSerializerOptions = b.dictionary(
{
name: "SnapshotSerializerOptions",
userFacingName: "SnapshotSerializerOptions",
generateConversionFunction: true,
},
{
test: {
type: b.RawAny,
required: true,
internalName: "test_fn",
},
serialize: {
type: b.RawAny,
optional: true,
internalName: "serialize_fn",
},
print: {
type: b.RawAny,
optional: true,
internalName: "print_fn",
},
},