@@ -209,6 +209,7 @@ export type UnknownError = {
name: "UnknownError"
data: {
message: string
+ ref?: string
}
@@ -11010,6 +11010,9 @@
"properties": {
"message": {
"type": "string"
+ },
+ "ref": {
+ "type": "string"
},
"required": ["message"],