Type Alias TransformDefinitionsBeta

TransformDefinitions: {
    [transformName: string]: TransformDefinition;
}

Type representing a collection of transform definitions.