persona-community-5/.pnpm-store/v3/files/21/692507b697c658aa274f2d0110ff376fb34f665f729121c01da2d3b850a5c5458e8e3f0af25e276197d94162319e36a84bad862bfec97edd5b3af129161c56
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
181 B
Plaintext

import type { Oas3Rule } from '../../visitors';
export type BooleanParameterPrefixesOptions = {
prefixes?: string[];
};
export declare const BooleanParameterPrefixes: Oas3Rule;