persona-community-5/.pnpm-store/v3/files/3e/de9eca0bf315129c96d9a6f0d4380b84365b7f7c8a0580b9ef7d0d4a37193a510cd059e785587eeffb0d7c62c453032d17f661a93224f494b144b9289e96af
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

6 lines
205 B
Plaintext

import type { Oas3Rule } from '../../visitors';
/**
* Validation according to rfc7807 - https://datatracker.ietf.org/doc/html/rfc7807
*/
export declare const Operation4xxProblemDetailsRfc7807: Oas3Rule;