chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -60,10 +60,7 @@ export type CronStoreFile = {
|
||||
jobs: CronJob[];
|
||||
};
|
||||
|
||||
export type CronJobCreate = Omit<
|
||||
CronJob,
|
||||
"id" | "createdAtMs" | "updatedAtMs" | "state"
|
||||
> & {
|
||||
export type CronJobCreate = Omit<CronJob, "id" | "createdAtMs" | "updatedAtMs" | "state"> & {
|
||||
state?: Partial<CronJobState>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user