Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.IndexSignatureinterfaceeffect/SchemaRepresentation.ts:418
IndexSignature

An index signature, such as [key: string]: number, within an Objects.

Details

parameter is the key type representation. type is the value type representation.

modelsObjects
export interface IndexSignature {
  readonly parameter: Representation
  readonly type: Representation
}
Referenced by 2 symbols