When adding a domain, you can also add a custom email address.
This commit is contained in:
@@ -3,6 +3,7 @@ import { Deployment, Pahse } from "./deployment";
|
||||
export type Domain = {
|
||||
id: string;
|
||||
domain: string;
|
||||
email?: string;
|
||||
crontab: string;
|
||||
access: string;
|
||||
targetAccess: string;
|
||||
|
||||
Reference in New Issue
Block a user