4 lines
48 B
TypeScript
4 lines
48 B
TypeScript
export interface IWrappedData<T> {
|
|
data: T;
|
|
}
|
export interface IWrappedData<T> {
|
|
data: T;
|
|
}
|