Type Alias JavascriptTransform

JavascriptTransform: {
    expr: string;
    type: "javascript";
}