Explorar o código

fix(types): 修改IApostilleParam

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
605cd2ae7c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {
 export interface IApostilleParam {
   permissions: Record<string, string[]>;
   permissions: Record<string, string[]>;
-  users: string[];
+  users: string;
   afterApostille: 'next' | 'me';
   afterApostille: 'next' | 'me';
   canCollaborate: boolean;
   canCollaborate: boolean;
   collaborators: {
   collaborators: {