From a8746af43ff6b55fe43fb43bdb586f38be754c9f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 11 Jun 2024 12:05:26 +0200 Subject: [PATCH] refactor(schema): use `CompatibilityDateSpec` (#27521) --- packages/schema/src/config/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/config/common.ts b/packages/schema/src/config/common.ts index 5f6c866af5..89cebec5a5 100644 --- a/packages/schema/src/config/common.ts +++ b/packages/schema/src/config/common.ts @@ -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} + * @type {typeof import('compatx').CompatibilityDateSpec} */ compatibilityDate: undefined,