6 lines
205 B
Plaintext
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;
|