Stone.js API
    Preparing search index...

    What a route or a handler authorizes: an action on a subject, optionally narrowed to a field, or the name of a policy registered with @Policy.

    interface CanRule {
        action: string;
        field?: string;
        subject: Subject;
    }
    Index
    action: string
    field?: string
    subject: Subject