nestjs-temporal-core
Preparing search index...
ScheduleIntervalParseResult
Interface ScheduleIntervalParseResult
Schedule interval parsing result
interface
ScheduleIntervalParseResult
{
error
?:
Error
;
interval
?:
Record
<
string
,
unknown
>
;
success
:
boolean
;
}
Index
Properties
error?
interval?
success
Properties
Optional
error
error
?:
Error
Optional
interval
interval
?:
Record
<
string
,
unknown
>
success
success
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
interval
success
nestjs-temporal-core
Loading...
Schedule interval parsing result