diff --git a/src/schema/trans.ts b/src/schema/trans.ts index 2add2dc..bae0f25 100644 --- a/src/schema/trans.ts +++ b/src/schema/trans.ts @@ -536,6 +536,7 @@ export type Brightness = z.infer; export type Bump = z.infer; export type ChannelShift = z.infer; export type ColorClip = z.infer; +export type Colorfade = z.infer; export type ColorMap = z.infer; export type ColorModifier = z.infer; export type ColorReduction = z.infer;