/
alt3rmann
/
graphql-engine
Обзор
Документация
Войти
/
alt3rmann
/
graphql-engine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
frontend/types/externalNotTypesLibs.d.ts
17 строк
438 B
Nicolas Beaussart
frontend: sync nx codebase again
12 янв 2023, 21:18
12 янв 2023, 21:18
e58a550
Код
Авторство
О чём код?
declare module 'format-graphql' { export function formatSdl(query: string): string; } declare module 'graphiql-code-exporter/lib/snippets'; declare module 'graphiql-code-exporter'; declare module '@walmartlabs/json-to-simple-graphql-schema/lib' { export function jsonToSchema(options: { jsonInput: string; baseType: string; }): { value: string }; } declare module 'microfiber'; declare module 'react-progress-bar-plus';