1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00
Peertube/shared/models/pods/pod-signature.model.ts
2017-07-10 19:43:21 +02:00

4 lines
69 B
TypeScript

export interface PodSignature {
host: string
signature: string
}