@softcose/softchat - v0.1.0
    Preparing search index...

    Variable NostrEventDraft

    NostrEventDraft: Readonly<
        {
            create(
                __namedParameters: {
                    content?: string;
                    createdAt: number;
                    kind: NostrEventKind;
                    tags?: readonly NostrTag[];
                },
            ): NostrEventDraft;
        },
    >

    Runtime constructor for an explicit, validated event draft.