interface ProcessRate {
    processId: string;
    rate: number;
}

Hierarchy (view full)

Properties

Properties

processId: string
rate: number