Files
Prowlarr-Prowlarr/frontend/src/System/Tasks/Queued/QueuedTaskRowNameCell.css.d.ts
Mark McDowall 218371a318 Convert Queued Tasks to TS
(cherry picked from commit 6d552f2a60f44052079b5e8944f5e1bbabac56e0)
2024-03-14 16:02:43 +02:00

9 lines
213 B
TypeScript

// This file is automatically generated.
// Please do not change this file!
interface CssExports {
'commandName': string;
'userAgent': string;
}
export const cssExports: CssExports;
export default cssExports;