fix build
This commit is contained in:
@@ -8,7 +8,7 @@ export type CreateSectionType = {
|
||||
|
||||
export type SectionItemType = {
|
||||
createdAt: string;
|
||||
id: number;
|
||||
id: string;
|
||||
order: number;
|
||||
title: string;
|
||||
fields: EntityType[];
|
||||
|
||||
Reference in New Issue
Block a user