Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type Array<complexType> is not picked up #6

Open
areijngoudt opened this issue Oct 29, 2019 · 1 comment
Open

type Array<complexType> is not picked up #6

areijngoudt opened this issue Oct 29, 2019 · 1 comment

Comments

@areijngoudt
Copy link

given this declaration:

export interface TypeA {
id: string;
bTypes: Array;
}

export interface TypeB {
id: string;
}

the bTypesproperty is rendered as type any.

image

@mattmutt
Copy link

it would be beneficial to have Array notation supported. Currently the workaround is to use the bracket notation, [TypeB] . Any updates are appreciated.

Also it might be nice to have custom types on the right side not get truncated. The short ones like string, number, any are not clipped, but if your class name exceeds around 20 characters, it's just gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants