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