interface AbstractNodeProps { id?: string; reportToClient?: boolean; }
id?: string
reportToClient?: boolean
true