OptionalcreatedAt?: stringOptionalcreatedBy?: UserProfileThe UserProfile of the user who first created the draft
OptionaldraftDataId?: stringThe id of the draft data stored
The id of the draft
OptionalupdatedAt?: stringThe date and time (in ISO format) when the draft was last synced with the
server. It is NOT when a user last saved the draft after partially
completing the form. This property should have actually been called syncedAt.
OptionalupdatedBy?: UserProfileThe UserProfile of the user who last updated the draft
The date and time (in ISO format) the when a user last saved the draft after partially completing the form. When a draft is updated,
createdAtis also updated to reflect when the draft was updated. This property should have actually been calledupdatedAt.