fix(core): update

This commit is contained in:
2023-04-17 13:48:32 +02:00
parent d5d896a91e
commit 847f3a4f1c
5 changed files with 5 additions and 7 deletions

View File

@ -12,5 +12,5 @@ export interface IReq_PerformDomainSnapshot
};
response: {
domainSnapshot: IDomainSnapshot;
}
};
}