Move FriendRequestSchema to schemas

This commit is contained in:
Flori Weber 2023-06-18 19:05:09 +02:00
parent 3102ea8057
commit 3aa162cfc7
1 changed files with 0 additions and 6 deletions

View File

@ -30,9 +30,3 @@ pub enum RelationshipType {
Friends = 1,
None = 0,
}
#[derive(Deserialize, Serialize, Debug)]
pub struct FriendRequestSendSchema {
pub username: String,
pub discriminator: Option<String>,
}