Options
All
  • Public
  • Public/Protected
  • All
Menu

Module features/auth/auth.types

Index

Type aliases

AuthState: { token?: string }

Type declaration

  • Optional token?: string
FormType: "login" | "register"
UseAuthFormType: UseForm<{ confirmPassword: string; email: string; password: string; username: string }>

Functions

Generated using TypeDoc