diff --git a/plugin/src/index.ts b/plugin/src/index.ts index b5d498c..3d1e65d 100644 --- a/plugin/src/index.ts +++ b/plugin/src/index.ts @@ -49,7 +49,6 @@ type ActivationType = "image" | "video" | "text" | "url"; export type ActivationRule = { type: ActivationType; - min?: number; max?: number; };