Chartbreaker
    Preparing search index...

    Type Alias TransformAction

    type TransformAction = {
        id: string;
        name: string;
        result: "transform";
    }
    Index

    Properties

    Properties

    id: string
    name: string
    result: "transform"