项目文件夹

文件
2026-07-13 12:32:02 +08:00

9 行
220 B
TypeScript

export interface ISystemConfig {
isSystemLocked: boolean;
enableEmailVerify: boolean;
emailServiceHost: string;
emailServicePassword: string;
emailServicePort: string;
emailServiceUser: string;
}