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
| Name | Type |
|---|---|
locLat? | string |
locLong? | string |
locTrigger? | "on_enter" | "on_leave" |
name? | string |
notifyUid? | string |
radius? | number |