Files
yaak-mountain-loop/crates-proxy/yaak-proxy-lib/bindings/ModelChangeEvent.ts
2026-03-08 15:42:18 -07:00

4 lines
205 B
TypeScript
Generated

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type ModelChangeEvent = { "type": "upsert", created: boolean, } | { "type": "delete" };