Searched defs:o5 (Results 1 – 5 of 5) sorted by relevance
49 let o5: { a: number } | { b: string } | { a: number, b: string }; variable56 let o5 = { ...union, ...union }; variable
54 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
71 declare const o5: { b?(): { c: { d?: { e: string } } } }; constant
111 let o5 = { variable
23 let func3 = (o1, o2, o3, o4, o5) => { }; argument