type DbClientLiveQueryState = "pending" | "success" | "error";
Defined in: packages/db/src/client.ts:134