Type alias AlephDownloadDialogue

AlephDownloadDialogue: ModuleConfig & {
    content: AlephDownloadDialogueContent;
    options: AlephDownloadDialogueOptions;
}

Generated using TypeDoc