React Design Patterns Documentation - v0.0.3
GitHub
Preparing search index...
app/api/users/route
User
Interface User
interface
User
{
id
:
number
;
name
:
string
;
email
:
string
;
avatar
:
string
;
role
:
string
;
department
:
string
;
isActive
:
boolean
;
joinedDate
:
string
;
lastActivity
:
string
;
}
Index
Properties
id
name
email
avatar
role
department
is
Active
joined
Date
last
Activity
Properties
id
id
:
number
name
name
:
string
email
email
:
string
avatar
avatar
:
string
role
role
:
string
department
department
:
string
is
Active
isActive
:
boolean
joined
Date
joinedDate
:
string
last
Activity
lastActivity
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
email
avatar
role
department
is
Active
joined
Date
last
Activity
GitHub
React Design Patterns Documentation - v0.0.3
Loading...