value
value:
| {
oneofKind: "stringValue";
stringValue: string;
}
| {
numberValue: string;
oneofKind: "numberValue";
}
| {
bytesValue: Uint8Array;
oneofKind: "bytesValue";
}
| {
jsonValue: string;
oneofKind: "jsonValue";
}
| {
oneofKind: undefined;
}
Type declaration
oneofKind: "stringValue"
stringValue: string
Type declaration
numberValue: string
oneofKind: "numberValue"
Type declaration
bytesValue: Uint8Array
oneofKind: "bytesValue"
Type declaration
jsonValue: string
oneofKind: "jsonValue"
Generated
from protobuf message MessageContent