How to use typescript keyof for multiple interface in a function

后端 未结 0 958
栀梦
栀梦 2020-12-07 16:04

I have this interface

export type onErrorType = (
  name: keyof INewCustomerForm
) => boolean | undefined;

I have another interface IExist

相关标签:
回答
  • 消灭零回复
提交回复
热议问题