Sfoglia il codice sorgente

feat(types): 添加IApostilleParamUser接口

LuoHaoxuan 3 anni fa
parent
commit
517baa3964
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  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: {