export interface SignInPageState { showLegacySignIn: boolean; showMicrosoftSignIn: boolean; username: string; password: string; }