Searched refs:Registrant (Results 1 – 1 of 1) sorted by relevance
18 interface Registrant { interface24 const registry = new Registry<Registrant>();26 const a: Registrant = {kind: 'a', n: 1};27 const b: Registrant = {kind: 'b', n: 2};36 const registry = new Registry<Registrant>();38 const a1: Registrant = {kind: 'a', n: 1};39 const a2: Registrant = {kind: 'a', n: 2};46 const registry = new Registry<Registrant>();