Properties of an ExponentPTLinearPricingTask.

interface IExponentPTLinearPricingTask {
    startPrice?: null | number;
    vault?: null | string;
}

Implemented by

Properties

Properties

startPrice?: null | number

ExponentPTLinearPricingTask startPrice

vault?: null | string

ExponentPTLinearPricingTask vault