Preparing search index...
The search index is not available
JakSec Backend - v1.0.0
JakSec Backend
types
IData
Interface IData
Interface for the data object.
Export
interface
IData
{
realizations
:
{
endDate
:
string
;
startDate
:
string
;
studentGroups
:
{
code
:
string
}
[]
;
}
[]
;
}
Index
Properties
realizations
Properties
realizations
realizations
:
{
endDate
:
string
;
startDate
:
string
;
studentGroups
:
{
code
:
string
}
[]
;
}
[]
The realizations of the data
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
realizations
JakSec Backend - v1.0.0
Loading...
Interface for the data object.
Export