Interface DeputyPageNextRevisionResponse

interface DeputyPageNextRevisionResponse {
    revid: number;
    type: "pageNextRevisionResponse";
}

Properties

Properties

revid: number
type: "pageNextRevisionResponse"