瀏覽代碼

feat(types): 修改接口名字IApostilleFormData为IApostilleParam

LuoHaoxuan 3 年之前
父節點
當前提交
86e46b567a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      types/src/interface/process.ts

+ 1 - 1
types/src/interface/process.ts

@@ -709,7 +709,7 @@ export interface IBudgetEstimateTableItem {
   approvalStatusText?: string;
 }
 
-export interface IApostilleFormData {
+export interface IApostilleParam {
   permissions: Record<string, string[]>;
   users: string[];
   afterApostille: 'next' | 'me';