front-end/src/core/graphql_schemas.ts
2022-07-18 11:38:44 +03:00

4 lines
69 B
TypeScript

export interface GraphQLRequest<T extends {}> {
query: string,
}