AppleSauce
    Preparing search index...

    Type Alias EventRow

    Types for the events table

    type EventRow = {
        content: string;
        created_at: number;
        id: string;
        kind: number;
        pubkey: string;
        sig: string;
        tags: string;
    }
    Index

    Properties

    content: string
    created_at: number
    id: string
    kind: number
    pubkey: string
    sig: string
    tags: string