interface Event {
    content: string;
    created_at: number;
    id: string;
    kind: number;
    pubkey: string;
    sig: string;
    tags: Tag[];
}

Properties

content: string
created_at: number
id: string
kind: number
pubkey: string
sig: string
tags: Tag[]