feat(documents): refresh detail pages and attachment cards
This commit is contained in:
@@ -45,6 +45,12 @@ export interface DocumentVersion {
|
||||
mime_type?: string | null;
|
||||
change_summary?: string | null;
|
||||
created_by?: string | null;
|
||||
created_by_user?: {
|
||||
id: string;
|
||||
email: string;
|
||||
full_name: string;
|
||||
avatar_url?: string | null;
|
||||
} | null;
|
||||
submitted_at?: string | null;
|
||||
approved_at?: string | null;
|
||||
withdrawn_at?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user