Skip to content

Commit

Permalink
Remove status
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jul 28, 2023
1 parent f21d2db commit ebaf5de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/schema/meta/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ebaf5de

Please sign in to comment.