Stone.js API
    Preparing search index...

    What @Can records for one handler method.

    interface CanMetadata {
        action: string | symbol;
        authz: CanInput;
    }
    Index
    action: string | symbol

    The decorated method's name, so the rule can be found again at request time.

    authz: CanInput

    What that method authorizes.