mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-04-25 01:48:43 -05:00
7 lines
234 B
TypeScript
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";
|