mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-25 06:54:30 +00:00
2ae4a5da3d
* Home layout refactor, moved new download to dialog * sort downloads by date
7 lines
169 B
TypeScript
7 lines
169 B
TypeScript
import { createSlice, PayloadAction } from '@reduxjs/toolkit'
|
|
|
|
export interface FormatSelectionState {
|
|
bestFormat: string
|
|
audioFormat: string
|
|
videoFormat: string
|
|
} |