瀏覽代碼

feat(types): 添加IApostilleParamUser接口

LuoHaoxuan 3 年之前
父節點
當前提交
517baa3964
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      types/src/interface/process.ts

+ 6 - 1
types/src/interface/process.ts

@@ -714,9 +714,14 @@ export interface IBudgetEstimateTableItem {
   approvalStatusText?: string;
   approvalStatusText?: string;
 }
 }
 
 
+export interface IApostilleParamUser {
+  member?: string;
+  type?: string;
+}
+
 export interface IApostilleParam {
 export interface IApostilleParam {
   permissions: Record<string, string[]>;
   permissions: Record<string, string[]>;
-  users: string;
+  users: IApostilleParamUser;
   afterApostille: 'next' | 'me';
   afterApostille: 'next' | 'me';
   canCollaborate: boolean;
   canCollaborate: boolean;
   collaborators: {
   collaborators: {