pub type InertiaProps<'a> = HashMap<&'a str, InertiaProp<'a>>;
pub struct InertiaProps<'a> { /* private fields */ }