From db2fe898321267f23190f1c2d3ad195bcae516f6 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=B3=EF=B8=8F=20types.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/memory/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/memory/types.ts b/src/utils/memory/types.ts index 7507545..d316e97 100644 --- a/src/utils/memory/types.ts +++ b/src/utils/memory/types.ts @@ -10,3 +10,4 @@ export const MEMORY_TYPE_VALUES = [ ] as const export type MemoryType = (typeof MEMORY_TYPE_VALUES)[number] +