Skip to content

Determine union types #1

@MikeCarbone

Description

@MikeCarbone

Say we have an array in an object:

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

We want to render a union type:

a: boolean | number

Would be great to check this across all types in the typeStore

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