import { GqlSchemaInterface } from "../GqlSchemaTypes"; export interface UpdateSchemaDefinition extends GqlSchemaInterface { definition: string; }