@salesforce/plugin-trust
Version:
validate a digital signature for a npm package
9 lines (8 loc) • 358 B
TypeScript
import { SfCommand } from '@salesforce/sf-plugins-core';
import { type AllowListResult } from '../../../../shared/allowlist.js';
export declare class AllowListList extends SfCommand<AllowListResult> {
static readonly summary: string;
static readonly description: string;
static readonly examples: string[];
run(): Promise<AllowListResult>;
}