Kaynağa Gözat

feat(types): 修改IApostilleParam

LuoHaoxuan 3 yıl önce
ebeveyn
işleme
d4015b21e7
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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 {
 export interface IApostilleParamUser {
-  member?: string;
+  ID?: string;
   type?: string;
   type?: string;
 }
 }
 
 
 export interface IApostilleParam {
 export interface IApostilleParam {
   permissions: Record<string, string[]>;
   permissions: Record<string, string[]>;
-  users: IApostilleParamUser;
+  user: IApostilleParamUser;
   afterApostille: 'next' | 'me';
   afterApostille: 'next' | 'me';
   canCollaborate: boolean;
   canCollaborate: boolean;
   collaborators: {
   collaborators: {