Endo API documentation
    Preparing search index...

    Type Alias MakeInterfaceGuardGeneral

    MakeInterfaceGuardGeneral: <M extends Record<PropertyKey, MethodGuard>>(
        interfaceName: string,
        methodGuards: M,
        options?: { defaultGuards?: DefaultGuardType; sloppy?: boolean },
    ) => InterfaceGuard<M>

    Type declaration