export interface Response<T> {
    body: T;
}
