diff --git a/resources/js/helpers/api.types.ts b/resources/js/helpers/api.types.ts index 6ae50d0..1571ac2 100644 --- a/resources/js/helpers/api.types.ts +++ b/resources/js/helpers/api.types.ts @@ -72,12 +72,13 @@ export interface Article { id: string; title: string; slug: string; - user_id: string; user: User; content: string; publish_at: string; hero: Media; attachments: Array; + created_at: string; + updated_at: string; } export interface ArticleResponse {