Skip to main content

UserUpdateArgs

type UserUpdateArgs = {
autoReminder?: number;
dateFormat?: DateFormat;
fullName?: string;
nextWeek?: DayOfWeek;
startDay?: DayOfWeek;
startPage?: string;
themeId?: string;
timeFormat?: TimeFormat;
timezone?: string;
};

Properties

autoReminder?

optional autoReminder: number;

dateFormat?

optional dateFormat: DateFormat;

fullName?

optional fullName: string;

nextWeek?

optional nextWeek: DayOfWeek;

startDay?

optional startDay: DayOfWeek;

startPage?

optional startPage: string;

themeId?

optional themeId: string;

timeFormat?

optional timeFormat: TimeFormat;

timezone?

optional timezone: string;