export const excludedSchemas = [
    "ApiKey",
    "Admin",
    "Tag",
    "LeumasNewsArticle",
    "ListLauncher",
    "PODGPTQueue",
    "Permissions",
    "Invoice",
    "Wishlist",
    "Deployment",
    "Ticket",
    "Subscription",
    "Role",
    "Review",
    "Crown",
    "Rating",
    'Comment',
    'CartItem',
    'Order',
    "Payment",
    // ... any other schemas you want to exclude
];