fix(core): update
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
export interface IWrappedData<T> {
|
||||
data: T;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user
@ -1,3 +1,3 @@
|
||||
export interface IWrappedData<T> {
|
||||
data: T;
|
||||
}
|
||||
}
|
||||
|