gill

Uses

type Uses = {
  remaining: bigint;
  total: bigint;
  useMethod: UseMethod;
};

Properties

remaining

remaining: bigint;

total

total: bigint;

useMethod

useMethod: UseMethod;

On this page