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