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