declare global { interface IBlogResponse { status: string message: string data: T } }