UNPKG

@jayree/sfdx-plugin-org

Version:

A Salesforce CLI plugin containing commands to configure State and Country/Territory Picklists and other org settings.

30 lines (29 loc) 627 B
export declare const configSelectors: { updatecheck: string; update: { editName: string; editIsoCode: string; editIntVal: string; editActive: string; editVisible: string; save: string; }; create: { editName: string; editIsoCode: string; editIntVal: string; editActive: string; editVisible: string; save: string; }; setCountry: { editIntVal: string; save: string; }; fix: {}; }; export declare const deactivateStates: { [key: string]: { [key: string]: string[]; }; };