I\'m modeling data in typescript sent from a server to my Angular app. An Opportunity has a forms property containing an array of Form[]
Opportunity
forms
Form[]
from typescript version 3.8
import type would help you.
import type
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html