export interface RemoteSchema {
  /** Name of the remote schema */
  name: string;
  /** Name of the remote schema */
  definition: RemoteSchemaDef;