mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-09-21 13:31:42 +00:00
Init
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export type ActionResult<T = void> =
|
||||
| { success: true; data: T }
|
||||
| { success: false; error: string; fieldErrors?: Record<string, string[]> };
|
||||
Reference in New Issue
Block a user