Add missing field in dto

This commit is contained in:
Clément Martin 2025-10-10 18:08:33 +02:00 committed by Jason Rasmussen
parent 0a96e96599
commit ae6e2eee86
No known key found for this signature in database
GPG key ID: 2EF24B77EAFA4A41

View file

@ -71,6 +71,7 @@ export type SystemConfigSmtpTransportDto = {
ignoreCert: boolean;
password: string;
port: number;
secure: boolean;
username: string;
};
export type SystemConfigSmtpDto = {