This commit is contained in:
yoan
2024-10-11 07:52:16 +08:00
parent 9f1b00f04c
commit 3b06c7b0a6
4 changed files with 557 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ export type Domain = {
deployConfig?: DeployConfig[];
};
type KVType = {
export type KVType = {
key: string;
value: string;
};