import { AnalyticsReportSchema } from "./AnalyticsReport.schema";
import {  AppleAccountSchema } from "./AppleAccount.schema";
import { CurrencyValuationSchema } from "./CurrencyValuation.schema";

export  const SCHEMASLIST=[
    { name: "AnalyticsReport", schema: AnalyticsReportSchema },
    { name: "CurrencyValuation", schema: CurrencyValuationSchema },
    { name: "AppleAccount", schema:AppleAccountSchema },
]
export default SCHEMASLIST