Type alias MakeInterfaceGuardGeneral
MakeInterfaceGuardGeneral: (<M>(interfaceName,
methodGuards,
options?) => InterfaceGuard<M>) Type declaration
- <M>(interfaceName, methodGuards, options?): InterfaceGuard<M>
Parameters
interfaceName: string
methodGuards: M
Optional options: {
defaultGuards?: DefaultGuardType;
sloppy?: boolean;
}
Optional sloppy?: boolean