Handle missing keys with a default (#3753)
Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user