Parcourir la source

fix(types): 修改IApostilleParam

LuoHaoxuan il y a 3 ans
Parent
commit
605cd2ae7c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: {