Type alias OptionalRecordPropertiesBeta

OptionalRecordProperties: Pick<DwnMessage[DwnInterface.RecordsWrite], "authorization" | "attestation" | "encryption" | "contextId"> & Pick<DwnMessageDescriptor[DwnInterface.RecordsWrite], "dataFormat" | "dataCid" | "dataSize" | "datePublished" | "published" | "tags">

Represents Optional Record properties that depend on the Record's current state.