express-rest-decorators - v1.0.0-rc.2
    Preparing search index...

    Type Alias CurrentUserChecker

    CurrentUserChecker: (action: Action) => unknown | Promise<unknown>

    Current-user checker signature.

    Type Declaration

      • (action: Action): unknown | Promise<unknown>
      • Parameters

        Returns unknown | Promise<unknown>