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