UNPKG

salesforcedx-templates

Version:

Salesforce CLI scaffolding commands for different types of Force.com metadata

11 lines (10 loc) 293 B
export interface StringKeyValueObject<V> { [opt: string]: V; } export declare type OptionsMap = StringKeyValueObject<string>; export declare type Answers = StringKeyValueObject<string>; export interface CreateOutput { outputDir: string; created: string[]; rawOutput: string; }