Interface GetForecastSpecRequest

interface GetForecastSpecRequest {
    designatorMask?: string;
    idMask?: string;
    office?: string;
    sourceEntity?: string;
}

Properties

designatorMask?: string
idMask?: string
office?: string
sourceEntity?: string