Interface IDerivativeOutputTypeSTEP

interface IDerivativeOutputTypeSTEP {
    advanced?: {
        applicationProtocol?: string;
        tolerance?: number;
    };
    type: "step";
}

Properties

Properties

advanced?: {
    applicationProtocol?: string;
    tolerance?: number;
}

Type declaration

  • Optional applicationProtocol?: string
  • Optional tolerance?: number
type: "step"

Generated using TypeDoc