sdk.jobs.jobresults
Home > @matterway/sdk > Jobs > JobResults
Jobs.JobResults type
Signature:
export type JobResults<T> = Promise<{
[P in keyof T]: HandlerResult<T[P]>;
}>;
References: HandlerResult
Home > @matterway/sdk > Jobs > JobResults
Signature:
export type JobResults<T> = Promise<{
[P in keyof T]: HandlerResult<T[P]>;
}>;
References: HandlerResult