(prefix: string)
| 61 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 62 | |
| 63 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 64 | |
| 65 | const VAULT_CONFLICT_RESPONSE = { |
| 66 | status: 409, |
no test coverage detected