Browse Source

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

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
86e46b567a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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';