1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00
Peertube/shared/models/activitypub/activitypub-signature.ts
2017-11-27 19:40:51 +01:00

6 lines
131 B
TypeScript

export interface ActivityPubSignature {
type: 'GraphSignature2012'
created: Date,
creator: string
signatureValue: string
}