import type { TsGenericParameter } from './index.js'

export type InjectionGenericParameter = Partial<TsGenericParameter>
