✨ feat(global): Add custom data
This commit is contained in:
Vendored
+7
@@ -777,6 +777,13 @@ declare namespace API {
|
||||
site_logo: string;
|
||||
keywords: string;
|
||||
custom_html: string;
|
||||
custom_data: string;
|
||||
};
|
||||
|
||||
type SiteCustomDataContacts = {
|
||||
email: string;
|
||||
telephone: string;
|
||||
address: string;
|
||||
};
|
||||
|
||||
type SortItem = {
|
||||
|
||||
Reference in New Issue
Block a user