🛳️ types.ts

This commit is contained in:
nirholas
2026-03-31 10:24:20 +00:00
parent d36892e7a4
commit db2fe89832

View File

@@ -10,3 +10,4 @@ export const MEMORY_TYPE_VALUES = [
] as const
export type MemoryType = (typeof MEMORY_TYPE_VALUES)[number]