export interface IPDFViewerAppConfig {
    defaultUrl: string;
    filenameForDownload: string;
    sidebarViewOnLoad: 0 | 1;
}
