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