think/packages/domains/lib/models/system.d.ts

8 lines
188 B
TypeScript
Raw Normal View History

2022-06-28 09:11:26 +00:00
export interface ISystemConfig {
isSystemLocked: boolean;
emailServiceHost: string;
emailServicePassword: string;
emailServicePort: string;
emailServiceUser: string;
}