weird interface
how can a class implement this interface
or a
i accidently did this
and it changed
or a
consti accidently did this
and it changed
a's type to { (): void; type: string }consta{ (): void; type: string }interface I {
(): void
type: string
}const a = () => {}
a.type = 'ok'