@evlt/apix
    Preparing search index...

    Function PrivateResource

    • Marks a route as operating on privately owned resources. The requestor must have an access level of ResourceOwner or higher.

      Promises that a method has at least some private resource to serve or access, if owner requests it, or a higher-level requestor (i.e., admin).

      Returns (_value: Function, context: ClassMethodDecoratorContext) => void