Type of the options argument to inject.
inject
interface InjectOptions { optional?: boolean | undefined; skipSelf?: boolean | undefined; self?: boolean | undefined; host?: boolean | undefined;}