interface ListGeofenceResults {
    entries: Geofence[];
    nextToken: undefined | string;
}

Properties

Properties

entries: Geofence[]
nextToken: undefined | string