#Recursively mapped types

1 messages · Page 1 of 1 (latest)

patent yewBOT
#
wdanilo#2781

Preview:```ts
interface OptProps<T> {
default: T
description: string
}

class Opt<T> implements OptProps<T> {
default: T
description: string
constructor(cfg: {default: T; description: string}) {
this.default = cfg.defa
...```

scenic rivet
#

Sorry, this was invalid, we can close it

real knoll
#

!close

patent yewBOT
#

@scenic rivet
Because your issue seemed to be resolved, this post was marked as resolved by @real knoll.
If your issue is not resolved, you can reopen this post by running !reopen.
If you have a different question, make a new post in #1057653400046674112.