mirror of
https://github.com/standardnotes/server
synced 2026-07-30 20:16:37 -04:00
7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
import { SettingProps } from '../../Setting/SettingProps'
|
|
|
|
export type UpdateSettingDto = {
|
|
userUuid: string
|
|
props: SettingProps
|
|
}
|