UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

4 lines (3 loc) 196 B
import { PromptTemplateDefinition } from "./types.js"; export declare const PROMPT_VARIABLES: Record<string, PromptTemplateDefinition>; export type PromptVariable = keyof typeof PROMPT_VARIABLES;