Merge remote-tracking branch 'origin/master' into feature/slicing

This commit is contained in:
fredy.siswanto
2025-03-07 13:19:50 +07:00
5 changed files with 61 additions and 15 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const authorSchema = z.object({
name: z.string(),
profile_picture: z.string(),
})
const newsResponseSchema = z.object({
export const newsResponseSchema = z.object({
id: z.string(),
title: z.string(),
content: z.string(),