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