You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exporttypeTypedURL<Textendsstring>=| `https://example.com/${T}` // Include each server URL here| `http://${string}${T}` // Include only when absolute http URLs are enabled| `https://${string}${T}` // Include only when absolute https URLs are enabled|T;// Include only when relative URLs are enabled
The text was updated successfully, but these errors were encountered:
Currently the URLs can get quite messy in cases where we support both relative, server and absolute urls. E.g:
It would be nice if these types would look like:
This could then be generated per-project like:
The text was updated successfully, but these errors were encountered: