]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/config/customization.model.ts
Add ability to add custom css/javascript
[github/Chocobozzz/PeerTube.git] / shared / models / config / customization.model.ts
1 export interface Customization {
2 instance: {
3 customization: {
4 javascript: string
5 css: string
6 }
7 }
8 }