diff --git a/types/schema/meta/navigation.ts b/types/schema/meta/navigation.ts index 9f05b320..c8310c01 100644 --- a/types/schema/meta/navigation.ts +++ b/types/schema/meta/navigation.ts @@ -3,7 +3,6 @@ import type { File, User } from '../system/index.js'; export interface Navigation { id: string; - status: string; user_created: string | User | null; date_created: string | null; user_updated: string | User | null;