Closed adaxi closed 1 month ago
Could you show what ChannelDevice
is? I'm getting Cannot find name 'ChannelDevice'
.
Just to keep you updated, I've opened this issue: https://github.com/TypeStrong/typedoc/issues/2705. The goal is to properly rewrite the data models so that you don't have to spend so much time reporting issues :sweat_smile:
Oops, my bad:
export type ChannelDevice = {
a: number
b: string
}
export type ChannelKey = keyof ChannelDevice
I don't mind reporting issues, I am really grateful that you have time to process and fix all this so fast!
Thanks! griffe-typedoc v0.0.0.0.2.1 published :rocket:
If you take the reproducer in https://github.com/mkdocstrings/typescript/issues/2 and edit the
sdk/src/index.ts
file to include: