1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

New: Add headers setting in webhook connection

(cherry picked from commit 78fb20282de73c0ea47375895a807235385d90e3)
This commit is contained in:
Gauthier
2024-11-15 04:01:05 +01:00
committed by Bogdan
parent ff609848d8
commit cd490d6334
13 changed files with 228 additions and 285 deletions
@@ -2,10 +2,11 @@
// Please do not change this file!
interface CssExports {
'buttonWrapper': string;
'inputWrapper': string;
'itemContainer': string;
'keyInput': string;
'keyInputWrapper': string;
'valueInput': string;
'valueInputWrapper': string;
}
export const cssExports: CssExports;
export default cssExports;