Extracting `Redacted<string>` from `Config<Redacted<string>>`
Idk when this was changed since it was working before, but how can I get
Redacted<string> from Config<Redacted<string>>?Redacted<string>Config<Redacted<string>>const SqlLive = Pg.PgClient.layer({
url: Config.redacted("DATABASE_URL"),
});