Skip to main content

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
NameType
idstring
isDeletedboolean
itemIdstring
locLatstring
locLongstring
locTrigger"on_enter" | "on_leave"
namestring
notifyUidstring
projectId?string
radiusnumber
type"location"