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