Просмотр исходного кода

fix(types): 修改IApostilleParam

LuoHaoxuan 3 лет назад
Родитель
Сommit
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: {