type InjectableTarget = (Target | TransferableContext) & {
	injectTo?: string
}