Type Alias StaticTransform

StaticTransform: {
    type: "static";
    value?: unknown;
}