1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//! What linear-tui is about: Linear's issues, teams, projects, cycles, saved
//! views, and favorites, and the notes and agents it adds beside them.
//!
//! The innermost layer. It depends on nothing else in the crate, and on
//! nothing that draws, stores, or talks to the network: the Linear client
//! decodes into these types, the use cases change them, and the TUI shows
//! them. How a value looks on screen is `crate::interface::tui::look`'s business.
//!
//! The types keep their serde derives, and with them the field names
//! Linear's GraphQL API uses, so decoding needs no second set of types.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;