mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
declare module '*.gql' {
|
|
import type { DocumentNode } from 'graphql'
|
|
|
|
const value: DocumentNode
|
|
export default value
|
|
}
|