Edit File: enum.d.ts
import * as protobuf from 'protobufjs'; import { JSONValue } from './types'; export declare function resolveEnumValueToString(enumType: protobuf.Enum, enumValue: JSONValue): string | number;
Back to File Manager