interface I { (): void type: string }
const
const a = () => {} a.type = 'ok'
a
{ (): void; type: string }