Type alias AppState

AppState: {
    returnTo?: string;
    [key: string]: any;
}

The state of the application before the user was redirected to the login page.

Type declaration

  • [key: string]: any
  • Optional returnTo?: string