Allocation
Type Alias: Allocation
type Allocation = {
input: number;
output: number;
};Properties
input
input: number;output
output: number;Last updated
type Allocation = {
input: number;
output: number;
};input: number;output: number;Last updated