feat(sp28): claimAcks slice + useTailStream/useMergedTail dispatch
This commit is contained in:
@@ -26,7 +26,13 @@ export type TailEvent =
|
||||
| { type: "item_dropped"; data: { id: string } }
|
||||
| { type: "error"; data: { message: string } };
|
||||
|
||||
export type TailResource = "claims" | "remittances" | "activity" | "acks" | "ta1_acks";
|
||||
export type TailResource =
|
||||
| "claims"
|
||||
| "remittances"
|
||||
| "activity"
|
||||
| "acks"
|
||||
| "ta1_acks"
|
||||
| "claim-acks";
|
||||
|
||||
export interface StreamTailOptions {
|
||||
/** Forwarded to `fetch`; aborting the controller cleanly exits the generator. */
|
||||
|
||||
Reference in New Issue
Block a user