瀏覽代碼

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: {