Skip to content

Can not see docs for quoted object properties  #17040

Closed
@wclr

Description

@wclr

image

export type IngressAnnotations = {  
  /**
   * doc here
   */
  'kubernetes.io/ingress.class': string,
  'kubernetes.io/tls-acme': 'true' | 'false',  
  /**
   * x docs here
   */
  x: string
}

const annotation: IngressAnnotations = {
  
}

does not show options and docs for quoted kubernetes.io/ingress.class

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions