export interface GenericApiResponse { height: string; result: T; }