export type HandlerResponse = { status: number; body: T; headers?: object; };