refactor: adapt models to the new api
This commit is contained in:
8
src/shared/requests/v1/configuration/emailRequest.ts
Normal file
8
src/shared/requests/v1/configuration/emailRequest.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export interface EmailRequest {
|
||||
server: string;
|
||||
from: string;
|
||||
password: string;
|
||||
port: number;
|
||||
ssl: boolean;
|
||||
user: string;
|
||||
}
|
Reference in New Issue
Block a user