LocationReminder
type LocationReminder = {
[key: string]: unknown;
id: string;
isDeleted: boolean;
itemId: string;
locLat: string;
locLong: string;
locTrigger: "on_enter" | "on_leave";
name: string;
notifyUid: string;
projectId?: string;
radius: number;
type: "location";
};
Type Declaration
Index Signature
[key: string]: unknown
| Name | Type |
|---|---|
id | string |
isDeleted | boolean |
itemId | string |
locLat | string |
locLong | string |
locTrigger | "on_enter" | "on_leave" |
name | string |
notifyUid | string |
projectId? | string |
radius | number |
type | "location" |