]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/pods/pod-signature.model.ts
Add follow tabs
[github/Chocobozzz/PeerTube.git] / shared / models / pods / pod-signature.model.ts
1 export interface PodSignature {
2 host: string
3 signature: string
4 }