Beignet API reference
Preparing search index...
@beignet/core
schedules
parseSchedulePayload
Function parseSchedulePayload
parseSchedulePayload
<
S
extends
SchedulePayloadDef
<
string
,
StandardSchema
>
>
(
schedule
:
S
,
payload
:
unknown
,
)
:
Promise
<
InferSchedulePayload
<
S
>
>
Validate and parse a schedule payload with the schedule's Standard Schema.
Type Parameters
S
extends
SchedulePayloadDef
<
string
,
StandardSchema
>
Parameters
schedule
:
S
payload
:
unknown
Returns
Promise
<
InferSchedulePayload
<
S
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Beignet API reference
Loading...
Validate and parse a schedule payload with the schedule's Standard Schema.