lilicore 0.0.1

Core library for Lili, the AI assistant for developers
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

#[derive(Debug, Serialize, Deserialize, Clone)]
pub struct AuthRefreshTokenRequest {
    pub refresh_token: String,
}