Преглед на файлове

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';