package com.github.jenkaby.bikerental.tariff.domain.model.vo; public record PricingTypeInfo( String slug, String title, String description ) { }