Type Alias: TensorAction

@torque-labs/torque-utilsDocs


@torque-labs/torque-utils / TensorAction

Type Alias: TensorAction

type TensorAction: {
  collectionIds: string[];
};

Tensor action type

Type declaration

NameTypeDescription

collectionIds

string[]

The collection ID of the tension collection for the requirement

Defined in

types/eventConfig/requirements.ts:150

Last updated