fix(admin): add twitterUrl/pinterestUrl to StoreSettings interface for settings page type safety
This commit is contained in:
@@ -371,6 +371,8 @@ export interface StoreSettings {
|
||||
footerText: string;
|
||||
facebookUrl: string;
|
||||
instagramUrl: string;
|
||||
twitterUrl: string;
|
||||
pinterestUrl: string;
|
||||
aiProvider: string;
|
||||
aiBaseUrl: string;
|
||||
aiModel: string;
|
||||
|
||||
Reference in New Issue
Block a user