refactor: update interface.ts

This commit is contained in:
robin 2022-11-03 17:20:27 +08:00
parent c31f6cc39d
commit db6736ff4d
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@ export interface AdminSettingsGeneral {
name: string;
short_description: string;
description: string;
site_url: string;
contact_email: string;
}
export interface AdminSettingsInterface {