Explorar o código

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

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
86e46b567a
Modificáronse 1 ficheiros con 1 adicións e 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';