Introduce new remote flag for storage service write behavior

This commit is contained in:
Scott Nonnenberg 2020-09-10 10:59:59 -07:00 committed by GitHub
parent b2634d1cb9
commit 4c98b4a96f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View file

@ -6,6 +6,7 @@ type ConfigKeyType =
| 'desktop.gv2'
| 'desktop.cds'
| 'desktop.storage'
| 'desktop.storageWrite'
| 'desktop.clientExpiration';
type ConfigValueType = {
name: ConfigKeyType;