mirror of https://gitee.com/answerdev/answer.git
refactor: update interface.ts
This commit is contained in:
parent
c31f6cc39d
commit
db6736ff4d
|
@ -258,6 +258,8 @@ export interface AdminSettingsGeneral {
|
|||
name: string;
|
||||
short_description: string;
|
||||
description: string;
|
||||
site_url: string;
|
||||
contact_email: string;
|
||||
}
|
||||
|
||||
export interface AdminSettingsInterface {
|
||||
|
|
Loading…
Reference in New Issue