interface OkResponse {
    event: NostrEvent;
    id: string;
    message?: string;
    ok: boolean;
    relay: string;
}

Properties

Properties

event: NostrEvent
id: string
message?: string
ok: boolean
relay: string

Generated using TypeDoc