persona-community-5/.pnpm-store/v3/files/3d/bc380369d491f3f33858b08c3dffb04a36d55ac91e7ffcc500285b70dba135b2be7d3f8877bc1601299f824e61b228e73410770242d877ffeb83075a83520d
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

12 lines
424 B
Plaintext

import type { Oas2Decorator } from '../../visitors';
export declare const decorators: {
'registry-dependencies': Oas2Decorator;
'operation-description-override': Oas2Decorator;
'tag-description-override': Oas2Decorator;
'info-description-override': Oas2Decorator;
'info-override': Oas2Decorator;
'remove-x-internal': Oas2Decorator;
'filter-in': Oas2Decorator;
'filter-out': Oas2Decorator;
};