Optional
createdAt?: stringOptional
createdBy?: UserProfileThe UserProfile of the user who first created the draft
Optional
draftDataId?: stringThe id of the draft data stored
The id of the draft
Optional
updatedAt?: 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
.
Optional
updatedBy?: 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,
createdAt
is also updated to reflect when the draft was updated. This property should have actually been calledupdatedAt
.