Ran yarn format

This commit is contained in:
2023-12-30 17:35:18 +01:00
parent 443c20a559
commit 7f7b14ce21
17 changed files with 61 additions and 40 deletions

View File

@@ -16,4 +16,4 @@ export default interface Cron {
onComplete?: null | undefined
start?: boolean | null | undefined
timeZone: keyof TimeZones
}
}

View File

@@ -427,4 +427,4 @@ export default interface TimeZones {
"Pacific/Truk": string
"Pacific/Wake": string
"Pacific/Wallis": string
}
}