interface
ScheduledPublish
interface ScheduledPublish { ... }A durable scheduled-publication job returned by publishing methods.
Source packages/sdk/src/index.ts:54
idstring- The id value.
documentIdstring- The documentId value.
expectedRevisionnumber- The expectedRevision value.
runAtstring- The runAt value.
attemptsnumber- The attempts value.
lastErrorstring- The lastError value.
createdAtstring- The createdAt value.
Re-exported from @riducms/protocol for SDK consumers.