Skip to content

Instantly share code, notes, and snippets.

@canapio
Created December 28, 2016 22:49
Show Gist options
  • Save canapio/502ecc4cdfe6535a5f269b4f4f74c6ee to your computer and use it in GitHub Desktop.
Save canapio/502ecc4cdfe6535a5f269b4f4f74c6ee to your computer and use it in GitHub Desktop.
public struct SignInItem: ParsedItem {
public let token: String
public let uniqueId: String
}
public struct UserItem: ParsedItem {
public let uniqueId: String
public let firstName: String
public let lastName: String
public let email: String
public let phoneNumber: String?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment