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