added backup and email client
This commit is contained in:
@@ -30,8 +30,10 @@ export interface StressfreiEmail {
|
||||
id: number;
|
||||
customerId: number;
|
||||
email: string;
|
||||
platform?: string;
|
||||
notes?: string;
|
||||
isActive: boolean;
|
||||
hasMailbox: boolean;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user