Handle missing keys with a default (#3753)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2025-08-01 21:13:30 +02:00
committed by GitHub
parent ba9981d1fc
commit 1a8b3b1a42
3 changed files with 19 additions and 12 deletions
+2 -2
View File
@@ -1015,9 +1015,9 @@ export type ReadConfigData = {
export type ReadConfigErrors = {
/**
* Configuration key not found
* Unable to get the configuration value
*/
404: unknown;
500: unknown;
};
export type ReadConfigResponses = {