export interface FreeschemaResponse { message: string; status: boolean; statusCode: number; data: any; }