diff --git a/src/structs.rs b/src/structs.rs index 2b30734..0ba2bd8 100644 --- a/src/structs.rs +++ b/src/structs.rs @@ -15,4 +15,10 @@ pub struct Marker { pub ce: Option, pub hae: Option, pub le: Option, +} + +pub struct MarkerPayload { + pub api_address: String, + pub api_auth_token: String, + pub markers: [Marker], } \ No newline at end of file