Type alias MakeInterfaceGuardSloppy
MakeInterfaceGuardSloppy: ((interfaceName,
methodGuards,
options) => InterfaceGuard<any>) Type declaration
- (interfaceName, methodGuards, options): InterfaceGuard<any>
Parameters
interfaceName: string
methodGuards: any
options: {
defaultGuards?: "passable" | "raw";
sloppy?: true;
}
Optional defaultGuards?: "passable" | "raw"
Optional sloppy?: true