export interface CurrentPageOptions {
    page?: number;
    reportDocumentId?: string;
}
