ソースを参照

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;
 }
 
+export interface IApostilleParamUser {
+  member?: string;
+  type?: string;
+}
+
 export interface IApostilleParam {
   permissions: Record<string, string[]>;
-  users: string;
+  users: IApostilleParamUser;
   afterApostille: 'next' | 'me';
   canCollaborate: boolean;
   collaborators: {