declare interface CadCadManagerType { edit: { enter: Fn exit: Fn } } declare interface KanKanInstance { CadCadManager: CadCadManagerType }