StringIdCapable
Convenience type alias for entities with string-based identifiers.
This is the most common case, typically using UUIDs or other string formats for identity. Example usage:
data class User(override val id: String) : StringIdCapableContent copied to clipboard