Type Alias PDFDownloadDialogue

PDFDownloadDialogue: ModuleConfig & {
    content: PDFDownloadDialogueContent;
    options: PDFDownloadDialogueOptions;
}