|
|
@@ -716,13 +716,13 @@ export interface IBudgetEstimateTableItem {
|
|
|
}
|
|
|
|
|
|
export interface IApostilleParamUser {
|
|
|
- member?: string;
|
|
|
+ ID?: string;
|
|
|
type?: string;
|
|
|
}
|
|
|
|
|
|
export interface IApostilleParam {
|
|
|
permissions: Record<string, string[]>;
|
|
|
- users: IApostilleParamUser;
|
|
|
+ user: IApostilleParamUser;
|
|
|
afterApostille: 'next' | 'me';
|
|
|
canCollaborate: boolean;
|
|
|
collaborators: {
|