UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

10 lines (9 loc) 214 B
/** * The model representation of the validation of a wizard step. */ export interface WizardStepValidation { /** * Whether of not the step validation succeeded. */ isValid: boolean; }