interface RemovePageParams {
    documentID: string;
    pageID: string;
}

Properties

Properties

documentID: string

The ID of the document from which this page is to be removed.

pageID: string

Page by its ID to be removed.