refactor: clean code

This commit is contained in:
Fu Diwei
2025-01-16 20:27:30 +08:00
parent dea4106569
commit 8ecb71fb55
39 changed files with 440 additions and 258 deletions

View File

@@ -8,7 +8,7 @@ export interface CertificateModel extends BaseModel {
effectAt: ISO8601String;
expireAt: ISO8601String;
workflowId: string;
expand: {
expand?: {
workflowId?: WorkflowModel; // TODO: ugly, maybe to use an alias?
};
}