AppleSauce
    Preparing search index...

    Type Alias EventPointer

    type EventPointer = {
        author?: string;
        id: string;
        kind?: number;
        relays?: string[];
    }
    Index

    Properties

    Properties

    author?: string
    id: string
    kind?: number
    relays?: string[]