fix build

This commit is contained in:
hamid zarghami
2026-02-22 15:19:21 +03:30
parent 6bdfd8129d
commit 92df7a40ac
2 changed files with 1 additions and 97 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export type CreateSectionType = {
export type SectionItemType = {
createdAt: string;
id: number;
id: string;
order: number;
title: string;
fields: EntityType[];