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