]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/contact-form.model.ts
Add totalLocalVideoFilesSize in stats
[github/Chocobozzz/PeerTube.git] / shared / models / server / contact-form.model.ts
CommitLineData
a4101923
C
1export interface ContactForm {
2 fromEmail: string
3 fromName: string
4 body: string
5}