ソースを参照

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