From 2618a09595e3970d27414015b2c65b47766634f0 Mon Sep 17 00:00:00 2001 From: Alfredo Date: Thu, 7 Nov 2024 16:35:05 +0100 Subject: [PATCH] chore: comp cat version props --- api/models/Plugin.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/models/Plugin.ts b/api/models/Plugin.ts index f5c6028..5f1b843 100644 --- a/api/models/Plugin.ts +++ b/api/models/Plugin.ts @@ -22,5 +22,7 @@ export type Plugin = { tools?: Array<{ name: string; }>; + min_cat_version: string; + max_cat_version: string; };