tongbal-types 0.1.0

Shared types for the Chzzk API
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod category;
pub mod new_types;
pub mod session;
pub mod subscribed_event;

mod response;
mod tier;

pub use asknothingx2_util::oauth::{AccessToken, ClientId, ClientSecret};
pub use response::Response;
pub use tier::Tier;