Explorar o código

feat(types): 修改IApostilleParam

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
d4015b21e7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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: {