UNPKG

@salesforce/source-deploy-retrieve

Version:

JavaScript library to run Salesforce metadata deploys and retrieves

5 lines (4 loc) 279 B
import { MetadataRegistry } from './types'; /** "did you mean" for Metadata type names */ export declare const getTypeSuggestions: (registry: MetadataRegistry, typeName: string) => string[]; export declare const getSuffixGuesses: (suffixes: string[], input: string) => string[];