mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-26 02:30:37 -06:00
7 lines
131 B
TypeScript
7 lines
131 B
TypeScript
export interface ActivityPubSignature {
|
|
type: 'GraphSignature2012'
|
|
created: Date,
|
|
creator: string
|
|
signatureValue: string
|
|
}
|