1
2
3
4
5
6
use cosmwasm_schema::cw_serde;

#[cw_serde]
pub struct TypeResponse {
    pub ado_type: String,
}