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