Interface Transformation

Transformation

interface Transformation {
    binary?: null | BinaryOperation;
    name: string;
}

Properties

Properties

binary?: null | BinaryOperation

Transformation

name: string

Transformation