[**vite-project v0.0.0**](../../README.md) *** # models/Types ## Remarks * These types define the data contracts used across the frontend. * They ensure strong typing when interacting with the backend API. * Each type corresponds to a resource or response structure * exchanged between frontend and backend. ## Type Aliases - [Conversations](type-aliases/Conversations.md) - [ErrorMessage](type-aliases/ErrorMessage.md) - [LoginAPIOutput](type-aliases/LoginAPIOutput.md) - [Message](type-aliases/Message.md) - [UserProfile](type-aliases/UserProfile.md)