I have a situation where I have 2 structs
struct A { pub one: number; pub two: number; } struct AWithThree { pub one: number; pub two: number; pub