@@ -711,7 +711,7 @@ export interface IBudgetEstimateTableItem {
export interface IApostilleParam {
permissions: Record<string, string[]>;
- users: string[];
+ users: string;
afterApostille: 'next' | 'me';
canCollaborate: boolean;
collaborators: {