@valon-technologies/gestalt
    Preparing search index...

    GrantScope describes one authorized scope and optional resources.

    interface GrantScope {
        scope: string;
        resource: string[];
    }
    Index

    Properties

    Properties

    scope: string
    resource: string[]