PersonalDocument
public struct PersonalDocument : Codable, Equatable, FunctionResult
A personal document, containing some information about a user
-
List of files containing the pages of the document
Declaration
Swift
public let files: [DatedFile] -
List of files containing a certified English translation of the document
Declaration
Swift
public let translation: [DatedFile] -
A personal document, containing some information about a user
Parameters
filesList of files containing the pages of the document
translationList of files containing a certified English translation of the document
View on GitHub
Install in Dash
PersonalDocument Structure Reference