Ver código fonte

fix(types): 修改IApostilleParam

LuoHaoxuan 3 anos atrás
pai
commit
605cd2ae7c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      types/src/interface/process.ts

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

@@ -711,7 +711,7 @@ export interface IBudgetEstimateTableItem {
 
 export interface IApostilleParam {
   permissions: Record<string, string[]>;
-  users: string[];
+  users: string;
   afterApostille: 'next' | 'me';
   canCollaborate: boolean;
   collaborators: {