Skip to content

Commit

Permalink
Add typeshare to NameProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 3, 2023
1 parent 7eb5732 commit 957bbcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions primitives/src/name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub struct NameRecord {
}

#[derive(Debug, Serialize)]
#[typeshare(swift="Codable")]
#[serde(rename_all = "lowercase")]
pub enum NameProvider {
Ud,
Expand Down

0 comments on commit 957bbcd

Please sign in to comment.