feat: fix type
This commit is contained in:
@@ -5,7 +5,7 @@ interface Base {
|
||||
updatedOn?: string
|
||||
}
|
||||
interface PageSettings {
|
||||
label?: string; // Nhãn
|
||||
label?: any; // Nhãn
|
||||
layout?: string; // Bố cục
|
||||
template?: string; // Bản mẫu
|
||||
mainLink?: boolean; // Liên kết chính
|
||||
@@ -17,12 +17,12 @@ interface PageSettings {
|
||||
dataResult?: string; // Kết quả dữ liệu (Json)
|
||||
}
|
||||
interface PageSectionSettings {
|
||||
label?: string; // Nhãn
|
||||
label?: any; // Nhãn
|
||||
layout?: string; // Bố cục
|
||||
template?: string; // Bản mẫu
|
||||
}
|
||||
interface PageComponentSettings {
|
||||
label?: string; // Nhãn
|
||||
label?: any; // Nhãn
|
||||
layout?: string; // Bố cục
|
||||
template?: string; // Bản mẫu
|
||||
dataType?: string; // Loại dữ liệu: Section, Category, Topic, Event, Collection, Article, Tag, Author, Poll, Quiz, Survey, Advertising, Other
|
||||
|
||||
Reference in New Issue
Block a user