Make typeUrl optional in TelescopeGeneratedType

This commit is contained in:
Simon Warta 2023-10-23 17:49:11 +02:00
parent d27736589d
commit 54ea69b750

View File

@ -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