Browse Source

fix(types): 修改IApostilleParam

LuoHaoxuan 3 years ago
parent
commit
605cd2ae7c
1 changed files with 1 additions and 1 deletions
  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 {
 export interface IApostilleParam {
   permissions: Record<string, string[]>;
   permissions: Record<string, string[]>;
-  users: string[];
+  users: string;
   afterApostille: 'next' | 'me';
   afterApostille: 'next' | 'me';
   canCollaborate: boolean;
   canCollaborate: boolean;
   collaborators: {
   collaborators: {