@suluk/reference - v0.2.1
    Preparing search index...

    Interface CrossCutRow

    interface CrossCutRow {
        path: string;
        name: string;
        method: string;
        requires: string;
        scope?: string;
        reach: Record<string, ReachState>;
    }
    Index

    Properties

    path: string
    name: string
    method: string
    requires: string
    scope?: string
    reach: Record<string, ReachState>