Interface PolytronExecutionFormat

The PolytronExecutionFormat interface represents the execution format of a Polytron request.

interface PolytronExecutionFormat {
    Height: number;
    Type: string;
    Width: number;
}

Properties

Properties

Height: number
Type: string
Width: number