Interface DeputyPageNextRevisionRequest

Hierarchy

  • DeputyPageNextRevisionRequest

Properties

after: number

The revision to use as a stepping point. If supplied, the provided revision will be the first revision that is not assessed that comes after this given revision ID.

If the given revision is the last revision available, this will wrap and return the first unassessed revision.

caseId: number
page: string
reverse?: boolean

If true, the revision list will be reversed. This is useful for finding the previous revision.

type: "pageNextRevisionRequest"

Generated using TypeDoc