Provides types to be shared between the frontend and the backend.
npm i space_node_api_client
The api provides two main exports including Structs and Endpoints.
const user: Structs.Users.User = { ... }
const resp = await fetch(Endpoints.Auth.Login);