BaseURLinterface

{
	readonly pathname: `/` | `/${string}/`;
}
PropertyType
.pathname`/`
`/${string}/`
required readonly

BaseURL is a URL with a guaranteed trailing slash on pathname.