Endo API documentation
    Preparing search index...

    Interface MethodGuardOptional

    interface MethodGuardOptional {
        optional: (...optArgGuards: ArgGuard[]) => MethodGuardRestReturns;
    }
    Index

    Properties

    Properties

    optional: (...optArgGuards: ArgGuard[]) => MethodGuardRestReturns

    Optional arguments not guarded with M.raw() are automatically hardened and must be Passable.