Type alias PasswordConditions

PasswordConditions: {
    complexity: number;
    length: number;
}

Type declaration

  • complexity: number
  • length: number