AppleSauce
    Preparing search index...

    Type Alias PublishMethod

    PublishMethod: (event: NostrEvent) => void | Promise<void>

    A callback used to tell the upstream app to publish an event

    Type declaration