sigit.io/src/types/cache.ts

7 lines
112 B
TypeScript
Raw Normal View History

import { Event } from 'nostr-tools'
export interface CachedMetadataEvent {
event: Event
cachedAt: number
}