Schema for list of revision information.

interface Revisions {
    ids: string[];
    start: number;
}

Properties

Properties

ids: string[]

Array of valid revision IDs, in reverse order (latest first).

start: number

Prefix number for the latest revision.

Generated using TypeDoc