interface Supply<T0> {
    value: bigint;
}

Type Parameters

  • T0

Properties

Properties

value: bigint