mirror of
https://github.com/wassname/talk.git
synced 2026-06-27 16:47:24 +08:00
7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
import { GraphQLSchema } from "graphql";
|
|
|
|
export interface Schemas {
|
|
management: GraphQLSchema;
|
|
tenant: GraphQLSchema;
|
|
}
|