This commit is contained in:
Anang Yusman 2025-11-02 14:57:46 +08:00
parent c2c0cd134a
commit 38eb847d98
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ type Article = {
id: number;
title: string;
description: string;
slug: string;
categoryName: string;
createdAt: string;
createdByName: string;