Endo API documentation
    Preparing search index...

    Type Alias MakeInterfaceGuardSloppy

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

    Type declaration

      • (
            interfaceName: string,
            methodGuards: any,
            options: { defaultGuards?: "passable" | "raw"; sloppy?: true },
        ): InterfaceGuard<any>
      • Parameters

        • interfaceName: string
        • methodGuards: any
        • options: { defaultGuards?: "passable" | "raw"; sloppy?: true }

        Returns InterfaceGuard<any>