expose wrapped value of api response
This commit is contained in:
parent
d6e4582f62
commit
56107af25b
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ use serde::{de::Error as DeError, Deserialize};
|
|||
use thiserror::Error;
|
||||
|
||||
pub struct ApiResponse {
|
||||
value: serde_json::Value,
|
||||
pub value: serde_json::Value,
|
||||
}
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue