mirror of
https://github.com/standardnotes/server
synced 2026-08-01 17:17:00 -04:00
4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
export type MuteSignInEmailsDTO = {
|
|
settingUuid: string
|
|
}
|