grapher/@types/index.d.ts
2018-09-21 19:29:07 -04:00

3 lines
65 B
TypeScript

declare module "@grapher" {
export interface GrapherQuery {}
}