LogsNotificationsApi: {
    logsNotifications(
        filter: LogsNotificationsApiFilter,
        config?: Readonly<{ commitment?: Commitment }>,
    ): Readonly<{ context: Readonly<{ slot: Slot }>; value: TValue }>;
}

Type declaration