TNPath
public enum TNPath
URL path representation used in routes
-
A path case that can be used whereverywhere needed by the Terminetwork, for example: .path([“user”, “1”, “details”]) will produce “user/1/details”
Declaration
Swift
case path(_: [String])