ugh typescript whee
This commit is contained in:
4
types.ts
4
types.ts
@@ -94,8 +94,8 @@ export interface SuggestedCorrection {
|
||||
suggested_value: string;
|
||||
status: 'pending' | 'approved' | 'rejected';
|
||||
created_at: string;
|
||||
reviewed_at: string | null;
|
||||
reviewed_notes: string | null;
|
||||
reviewed_at?: string | null;
|
||||
reviewed_notes?: string | null;
|
||||
// Joined data
|
||||
user_email?: string;
|
||||
flyer_item_name?: string;
|
||||
|
||||
Reference in New Issue
Block a user