Supports certificate downloads, wildcard domains, and more.

This commit is contained in:
yoan
2024-08-26 21:51:30 +08:00
parent 5b05253e21
commit 4a03f930a1
9 changed files with 373 additions and 232 deletions

View File

@@ -16,6 +16,8 @@ export type Domain = {
updated?: string;
deleted?: string;
rightnow?: boolean;
certificate?: string;
privateKey?: string;
expand?: {
lastDeployment?: Deployment;
};