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

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