SlotsUpdatesNotificationsApiNotificationBase: Readonly<
    {
        slot: Slot;
        timestamp: bigint;
        type: | "completed"
        | "firstShredReceived"
        | "optimisticConfirmation"
        | "root";
    },
>