mirror of
https://github.com/standardnotes/server
synced 2026-08-01 17:17:00 -04:00
feat: refactor settings (#890)
* feat: refactor settings * fix verify mfa specs and data source metadata * fix: compound index field names * fix metadata binding for typeorm repository * fix responses to preserve e2e * fixes for e2e * fix recovery codes e2e * add missing specs
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export interface SetSubscriptionSettingValueDTO {
|
||||
settingName: string
|
||||
userSubscriptionUuid: string
|
||||
value: string | null
|
||||
newUserSubscriptionUuid?: string
|
||||
}
|
||||
Reference in New Issue
Block a user