Fixed incorrectly changed protocol

This commit is contained in:
Adam Gastineau 2024-12-18 11:31:03 -08:00
parent 1ac1ca64bf
commit f33cda0925
2 changed files with 2 additions and 0 deletions

View file

@ -151,6 +151,7 @@ scheme.SerializedError = tObject({
message: tString,
name: tString,
stack: tOptional(tString),
apiNameOverride: tOptional(tString),
})),
value: tOptional(tType('SerializedValue')),
});

View file

@ -241,6 +241,7 @@ SerializedError:
message: string
name: string
stack: string?
apiNameOverride: string?
value: SerializedValue?