interface Referent<T0> {
    id: string;
    value: _0x1.option.Option<T0>;
}

Type Parameters

  • T0

Properties

Properties

id: string