interface TransformSettings {
    transformMethod?: string;
}

Properties

Properties

transformMethod?: string