Skip to content

Commit

Permalink
remove min from ActivationRule type for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxAst committed May 29, 2024
1 parent 6651a38 commit 894c517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ type ActivationType = "image" | "video" | "text" | "url";

export type ActivationRule = {
type: ActivationType;
min?: number;
max?: number;
};

Expand Down

0 comments on commit 894c517

Please sign in to comment.