Files
trailbase/trailbase-schema/bindings/ConflictResolution.ts
T
2025-04-08 13:11:12 +02:00

7 lines
234 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* Conflict resolution types
*/
export type ConflictResolution = "Rollback" | "Abort" | "Fail" | "Ignore" | "Replace";