This commit is contained in:
Anang Yusman 2025-11-02 18:00:10 +08:00
parent cb9b285ca7
commit 52ab0cc474
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ type Article = {
title: string;
description: string;
categoryName: string;
slug: string;
createdAt: string;
createdByName: string;
thumbnailUrl: string;