Type Alias ServerUnknownMessage
ServerUnknownMessage: {
errors: [
{
code: number;
details: "Message type is not currently supported";
title: "Unsupported message type";
},
];
type: "unknown";
}
Type declaration
errors: [
{
code: number;
details: "Message type is not currently supported";
title: "Unsupported message type";
},
]
type: "unknown"