mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 21:51:59 +02:00
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
declare module 'format-graphql' {
|
|
export function formatSdl(query: string): string;
|
|
}
|