import { iSchemaSuite } from "./iSchemaSuite"; export interface iSchemaResponseData { suite: iSchemaSuite; }