export default class Request { constructor({ id, error, }) { this.id = id this.error = error } }