interface SelectDirDialogResult {
    selectedDirPath: undefined | string;
}

Properties

Properties

selectedDirPath: undefined | string