complated
This commit is contained in:
@@ -18,16 +18,15 @@ export interface AnnouncementListBodyRes {
|
||||
title: string;
|
||||
description: string;
|
||||
total_view_count: number;
|
||||
files: [
|
||||
{
|
||||
file: string;
|
||||
}
|
||||
];
|
||||
files: {
|
||||
id: number;
|
||||
file: string;
|
||||
}[];
|
||||
status: 'pending' | 'paid' | 'verified' | 'canceled';
|
||||
types: {
|
||||
id: number;
|
||||
name: string;
|
||||
icon_name: string;
|
||||
icon_name: string | null;
|
||||
}[];
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user