Custom transformation plugin definition
type: string
Unique identifier for the transformation
name: string
Human-readable name
optional
description: string
Description of what the transformation does
execute: (rules: readonly string[],context?: ITransformationContext,) => Promise<readonly string[]> | readonly string[]
The transformation implementation