import type { TsProperty, InjectionType } from './index.js' export interface InjectionProperty extends Pick, Partial> { type?: InjectionType[] }