Type alias Fields<V>

Fields<V>: {
    expiry: Expiry;
    value: V;
}

Type Parameters

  • V

Type declaration

Generated using TypeDoc