(prefix: string)
| 19 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 20 | |
| 21 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 22 | |
| 23 | const oauthIntegrationSpec = (oauth: { |
| 24 | readonly authorizationEndpoint: string; |
no test coverage detected