Commit 8e2a63b5 authored by Simon Pastor's avatar Simon Pastor
Browse files

remove file with duplicated sttuct definition

parent 15710b99
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
/*
 * MEEP Demo App API
 *
 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
 *
 * API version: 0.0.1
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package server

type InlineTrackingNotification struct {

	ZonalPresenceNotification *TrackingNotification `json:"zonalPresenceNotification"`
}