Allocation

@torque-labs/sdk


@torque-labs/sdk / Allocation

Type Alias: Allocation

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

Defined in: sdk/src/types/schemaTypes.ts:1arrow-up-right

Properties

input

input: number;

Defined in: sdk/src/types/schemaTypes.ts:2arrow-up-right


output

output: number;

Defined in: sdk/src/types/schemaTypes.ts:3arrow-up-right

Last updated