update
This commit is contained in:
parent
c2c0cd134a
commit
38eb847d98
|
|
@ -9,6 +9,7 @@ type Article = {
|
|||
id: number;
|
||||
title: string;
|
||||
description: string;
|
||||
slug: string;
|
||||
categoryName: string;
|
||||
createdAt: string;
|
||||
createdByName: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue