Package-level declarations

Types

Link copied to clipboard
typealias UrlString = String

Type alias for representing URLs as strings. Used throughout the codebase to indicate that a string value is expected to be a URL.

Link copied to clipboard
typealias UuidString = String

Type alias for representing UUIDs as strings. Used throughout the codebase to indicate that a string value is expected to be a UUID.

Functions

Link copied to clipboard

Extension function for UuidString that returns the UUID in hyphenated format.