Make typeUrl optional in TelescopeGeneratedType
This commit is contained in:
parent
d27736589d
commit
54ea69b750
@ -10,7 +10,8 @@ import type protobuf from "protobufjs";
|
||||
* A type generated by Telescope 1.0.
|
||||
*/
|
||||
export interface TelescopeGeneratedType {
|
||||
readonly typeUrl: string;
|
||||
/** This may or may not exist depending on the code generator settings. Don't rely on it. */
|
||||
readonly typeUrl?: string;
|
||||
readonly encode: (
|
||||
message:
|
||||
| any
|
||||
|
||||
Loading…
Reference in New Issue
Block a user