@valon-technologies/gestalt
    Preparing search index...
    interface PluginInvocationGrant {
        plugin: string;
        operations?: string[];
        surfaces?: string[];
        allOperations?: boolean;
    }
    Index

    Properties

    plugin: string
    operations?: string[]
    surfaces?: string[]
    allOperations?: boolean