fix(core): update

This commit is contained in:
2022-10-15 10:51:42 +02:00
parent b0de29a26a
commit 6bb30e4e5b
10 changed files with 22 additions and 33 deletions

View File

@ -1,3 +1,3 @@
export interface IWrappedData<T> {
data: T;
}
}