mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-17 22:46:48 +01:00
4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
declare module 'format-graphql' {
|
|
export function formatSdl(query: string): string;
|
|
}
|