Explorar el Código

fix(types): 修改IApostilleParam

LuoHaoxuan hace 3 años
padre
commit
605cd2ae7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: {