refactor(schema): use `CompatibilityDateSpec` (#27521)

This commit is contained in:
Pooya Parsa 2024-06-11 12:05:26 +02:00 committed by GitHub
parent 24b8533e70
commit a8746af43f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export default defineUntypedSchema({
*
* We plan to improve the tooling around this feature in the future.
*
* @type {typeof import('compatx').DateString | Record<string, typeof import('compatx').DateString>}
* @type {typeof import('compatx').CompatibilityDateSpec}
*/
compatibilityDate: undefined,