import SwiftUI

struct AuthorInfo: Codable {
   var birthday: Date?
   var placeOfBirth: String = ""
}