Interface GetEstimateOptions

interface GetEstimateOptions {
    n: number;
    parameters: GetEstimateParameters;
}

Properties

Properties

n: number