Skip to main content
type InjectableTarget = (Target | TransferableContext) & {
	injectTo?: string
}