mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-16 18:25:09 -06:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
export interface ActivityPubSignature {
|
|
type: string
|
|
created: Date
|
|
creator: string
|
|
signatureValue: string
|
|
}
|