/** * Client Setup Step Command */ export interface ClientSetupStepCommand { label?: string; value?: string; }