| 1 | import { defaultConnectorMethods } from '@logto/cli/lib/connector/index.js'; |
| 2 | import { ConnectorType, TemplateType } from '@logto/connector-kit'; |
| 3 | import { type Passcode } from '@logto/schemas'; |
| 4 | import { any } from 'zod'; |
nothing calls this directly
no test coverage detected