update
This commit is contained in:
parent
cb9b285ca7
commit
52ab0cc474
|
|
@ -13,6 +13,7 @@ type Article = {
|
|||
title: string;
|
||||
description: string;
|
||||
categoryName: string;
|
||||
slug: string;
|
||||
createdAt: string;
|
||||
createdByName: string;
|
||||
thumbnailUrl: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue