refactor: replace hardcoded descriptions with a constant for consistency
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
export type TNews = {
|
||||
title: string
|
||||
description: string
|
||||
type: 'hero' | 'grid'
|
||||
items: Pick<
|
||||
TNewsDetail,
|
||||
'title' | 'content' | 'featured' | 'slug' | 'tags' | 'isPremium'
|
||||
|
||||
Reference in New Issue
Block a user