Preparing search index...
The search index is not available
biorate
biorate
mongodb
mongoose
SchemaTimestampsConfig
Interface SchemaTimestampsConfig
interface
SchemaTimestampsConfig
{
createdAt
?:
string
|
boolean
;
currentTime
?:
(
(
)
=>
number
|
NativeDate
)
;
updatedAt
?:
string
|
boolean
;
}
Index
Properties
created
At?
current
Time?
updated
At?
Properties
Optional
created
At
created
At
?:
string
|
boolean
Optional
current
Time
current
Time
?:
(
(
)
=>
number
|
NativeDate
)
Type declaration
(
)
:
number
|
NativeDate
Returns
number
|
NativeDate
Optional
updated
At
updated
At
?:
string
|
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
created
At
current
Time
updated
At
biorate
Loading...