Skip to main content

AddLocationReminderArgs

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

Type Declaration

NameType
locLatstring
locLongstring
locTrigger"on_enter" | "on_leave"
namestring
notifyUid?string
radius?number
taskIdstring