persona-community-5/.pnpm-store/v3/files/28/52993e3e50c52aefa01192c75ae6b676996ffea3368c5f965007c14383cdeca0acd4cc099bc49aa9e9e40f3fa711f3027c33a115ba3c84f13008a09f50be16
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

10 lines
159 B
Plaintext

import { Parser, Printer } from "../index.js";
export declare const parsers: {
graphql: Parser;
};
export declare const printers: {
graphql: Printer;
};