Allocation

@torque-labs/sdk


@torque-labs/sdk / Allocation

Type Alias: Allocation

type Allocation = {
  input: number;
  output: number;
};

Defined in: sdk/src/types/schemaTypes.ts:1

Properties

input

input: number;

Defined in: sdk/src/types/schemaTypes.ts:2


output

output: number;

Defined in: sdk/src/types/schemaTypes.ts:3

Last updated