persona-community-5/.pnpm-store/v3/files/57/c8ba82bd78c78c75edf0696fdae21b1592aeb53af0998c3d3b156fa78edd91172d648b7168126af4e0dfc34d2a9094441c4c32c6b7ad4fa35be33967ed3c69
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 ArrayParameterSerializationOptions = {
in?: string[];
};
export declare const ArrayParameterSerialization: Oas3Rule;