فهرست منبع

feat(types): 修改IApostilleParam

LuoHaoxuan 3 سال پیش
والد
کامیت
d4015b21e7
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      types/src/interface/process.ts

+ 2 - 2
types/src/interface/process.ts

@@ -716,13 +716,13 @@ export interface IBudgetEstimateTableItem {
 }
 
 export interface IApostilleParamUser {
-  member?: string;
+  ID?: string;
   type?: string;
 }
 
 export interface IApostilleParam {
   permissions: Record<string, string[]>;
-  users: IApostilleParamUser;
+  user: IApostilleParamUser;
   afterApostille: 'next' | 'me';
   canCollaborate: boolean;
   collaborators: {