We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PrototypeKey is a primitive, so it's a valid value for an indexed type key.
PrototypeKey
export interface Dictionary { protos: Map<PrototypeKey, PrototypeName>; // actual protos: { [key: PrototypeKey]: { [key: string]: PrototypeKey } }; // expected } export type PrototypeKey = string;