AppleSauce
    Preparing search index...

    Type Alias GetNotifications

    GetNotifications: RequestAndResponse<
        "get_notifications",
        {
            limit?: number;
            offset?: number;
            pubkey: string;
            since?: number;
            until?: number;
        },
        NostrEvent,
    >