API Table Forum Posting & API Table Forum Report Komentar

This commit is contained in:
2025-02-10 17:15:01 +08:00
25 changed files with 412 additions and 357 deletions

View File

@@ -61,6 +61,7 @@ export interface MODEL_FORUM_REPORT_POSTING {
}
export interface MODEL_FORUM_REPORT_KOMENTAR {
komentar: string | TrustedHTML;
id: string;
isActive: boolean;
createdAt: Date;