(prefix: string)
| 53 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 54 | |
| 55 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 56 | |
| 57 | const VAULT_CONFLICT_RESPONSE = { |
| 58 | status: 409, |
no test coverage detected