1
0
Fork 0
peertube/shared/models/activitypub/activitypub-signature.ts

7 lines
116 B
TypeScript
Raw Normal View History

2017-11-09 16:51:58 +00:00
export interface ActivityPubSignature {
2020-01-31 15:56:52 +00:00
type: string
created: Date
2017-11-09 16:51:58 +00:00
creator: string
signatureValue: string
}