frontend
Preparing search index...
lib/account/account_db_utils
Student
Type Alias Student
Object containing information about a student under an advisor.
type
Student
=
{
CreditsEarned
:
number
|
null
;
GPA
:
number
|
null
;
ID
?:
string
;
IntendedGraduationTerm
:
string
|
null
;
Name
:
string
|
null
;
}
Index
Properties
Credits
Earned
GPA
ID?
Intended
Graduation
Term
Name
Properties
Credits
Earned
CreditsEarned
:
number
|
null
GPA
GPA
:
number
|
null
Optional
ID
ID
?:
string
Intended
Graduation
Term
IntendedGraduationTerm
:
string
|
null
Name
Name
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Credits
Earned
GPA
ID
Intended
Graduation
Term
Name
frontend
Loading...
Object containing information about a student under an advisor.