pub type TaskResponse = TypedOrJson<BulkByScrollResponseBaseValue>;
pub enum TaskResponse { TypedValue(Value), RawValue(Value), }