Преглед на файлове

fix(types): 修改IApostilleParam

LuoHaoxuan преди 3 години
родител
ревизия
605cd2ae7c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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: {