From 6a4545a1ae49d169944274e4823c287cfce42a75 Mon Sep 17 00:00:00 2001 From: Brendon Heinst Date: Thu, 8 Jan 2026 21:13:55 +0100 Subject: [PATCH] Finally --- schemaTypes/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemaTypes/index.ts b/schemaTypes/index.ts index 6f43087..f6c233f 100644 --- a/schemaTypes/index.ts +++ b/schemaTypes/index.ts @@ -1,2 +1,2 @@ import { releaseType } from ".releaseType" -export const schemaTypes = [] +export const schemaTypes = [releaseType]