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