effect-io-ai

Package: @effect/platform
Module: HttpApiEndpoint

HttpApiEndpoint.PathSegment

Represents a path segment. A path segment is a string that represents a segment of a URL path.

Signature

type PathSegment = `/${string}`

Source

Since v1.0.0