chore: updates namings

This commit is contained in:
eugene 2024-10-07 17:18:27 +02:00
parent a2138f1de1
commit edeb22fb37

View File

@ -4,7 +4,7 @@ import {
DocSignatureEvent,
Meta,
SignedEventContent,
Timestamp
OpenTimestamp
} from '../types'
import { Mark } from '../types/mark'
import {
@ -61,7 +61,7 @@ export interface FlatMeta
[signer: `npub1${string}`]: SignStatus
}
timestamps?: Timestamp[]
timestamps?: OpenTimestamp[]
}
/**