wksp_types/lib.rs
1//! wksp-types — Shared type definitions for the Ferrostack workspace
2//!
3//! Translated from Studio's TypeScript type files to Rust structs.
4//! Used by both frontend (Leptos) and future backend (nexcore API) code.
5
6#![warn(missing_docs)]
7pub mod academy;
8pub mod admin;
9pub mod careers;
10pub mod common;
11pub mod community;
12pub mod gvp_data;
13pub mod intelligence;
14pub mod intelligence_data;
15pub mod onboarding;
16pub mod pv;
17pub mod user;