fix(types): synchronize directus sdk and zod versions to match next-utils v1.1.12
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🧪 QA (push) Failing after 1m27s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-02-11 01:23:29 +01:00
parent 86d28796a7
commit eefabfa3ff
3 changed files with 17 additions and 23 deletions

View File

@@ -7,12 +7,12 @@ import { getServerAppServices } from './services/create-services.server';
* Directus Schema Definitions
*/
export interface Schema {
products: any;
categories: any;
contact_submissions: any;
product_requests: any;
translations: any;
categories_link: any;
products: any[];
categories: any[];
contact_submissions: any[];
product_requests: any[];
translations: any[];
categories_link: any[];
}
// Initialize client using Mintel standards (environment-aware)