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

    Interface GrantScope

    Grant scope entry returned by grant-management RPCs.

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

    Properties

    Properties

    scope: string
    resource?: string[]