ax_types 0.1.0

Core types for use by and with the ax family
Documentation
1
2
3
4
5
use serde::Deserialize;
#[derive(Deserialize, Debug)]
pub struct AuthenticationResponse {
    pub token: String,
}