Explorar el Código

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

LuoHaoxuan hace 3 años
padre
commit
86e46b567a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';