Interface WaterSupplyAccounting

Export

WaterSupplyAccounting

interface WaterSupplyAccounting {
    contractName: string;
    pumpAccounting?: {
        [key: string]: PumpTransfer[];
    };
    pumpLocations: PumpLocation;
    waterUser: WaterUser;
}

Properties

contractName: string

Memberof

WaterSupplyAccounting

pumpAccounting?: {
    [key: string]: PumpTransfer[];
}

Type declaration

Memberof

WaterSupplyAccounting

pumpLocations: PumpLocation

Memberof

WaterSupplyAccounting

waterUser: WaterUser

Memberof

WaterSupplyAccounting