import { iSchemaResponseData } from "../model/iSchemaResponseData"; export interface iDispatchResponseSchemaBody { data: iSchemaResponseData; }