This commit is contained in:
2024-03-04 12:23:23 +00:00
35 changed files with 157 additions and 213 deletions

View File

@ -1,11 +1,4 @@
import {
EventMetadata,
NostrEvent,
OkResponse,
ReqCommand,
WorkerMessage,
WorkerMessageCommand,
} from "./types";
import { EventMetadata, NostrEvent, OkResponse, ReqCommand, WorkerMessage, WorkerMessageCommand } from "./types";
import { v4 as uuid } from "uuid";
export class WorkerRelayInterface {