UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

10 lines (9 loc) 170 B
/** * The options to initialize a wizard step with. */ export interface WizardStepOptions { /** * Displayed name of step. */ name: string; }