I have the following code
const validProtocols = ["https", "http"] as const type AllProtocols = typeof validProtocols type Protocol = AllP