Skip to main content

UpdateLocationReminderArgs

type UpdateLocationReminderArgs = {
locLat?: string;
locLong?: string;
locTrigger?: "on_enter" | "on_leave";
name?: string;
notifyUid?: string;
radius?: number;
};

Arguments for updating an existing location reminder.

Type Declaration

NameType
locLat?string
locLong?string
locTrigger?"on_enter" | "on_leave"
name?string
notifyUid?string
radius?number