Skip to content

Documentation / @agentick/scheduler / CreateJobInput

Type Alias: CreateJobInput

CreateJobInput = Omit<Job, "id" | "createdAt" | "lastFiredAt"> & object

Defined in: types.ts:55

Type Declaration

id?

optional id: string

Released under the ISC License.