Type Alias JobWithPayloadInsert<T>

JobWithPayloadInsert: Omit<JobInsert, "status"> & { payload: T }

Type Parameters

  • T