From 1d8bc8cd36f29ed006911101453be299c3a2318e Mon Sep 17 00:00:00 2001 From: Marcus Pousette Date: Fri, 23 Feb 2024 00:51:45 +0100 Subject: [PATCH] fix: add experimental decorator on serializer modifier --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index a678b4e5..99a69278 100644 --- a/src/index.ts +++ b/src/index.ts @@ -757,6 +757,7 @@ export function field(properties: SimpleField | CustomField) { /** + * @experimental * @param properties, the properties of the field mapping to schema * @returns */