Skip to content

Smarter optional determination #2

@MikeCarbone

Description

@MikeCarbone

Say we have an array in an object:

{
  key: [
    {
      'a': true
    },
    {
      'a': null
    }
  ]
}

We want to make sure this renders as optional:

a?: boolean

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions