Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
DTO for creating new queue
Link copied to clipboard
data class QueueDetailsDto(val queueId: Long, val queueName: String, val queueColor: String, val trackExpenses: Boolean, val admin: Boolean, val participants: List<QueueParticipantDto>)
DTO for returning queue details
Link copied to clipboard
DTO for returning queue invite credentials
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
DTO for returning list of active and frozen queues
Link copied to clipboard