Hi everybody I'm writing a source generator and I have a property Type which I want to retrieve its declaration syntax ```cs // ITest.cs interface ITest { //⬇️ I want to get [IType] declaration syntax IType Property {get;} } ```