mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 13:25:18 +00:00
chore: organize ts types, fix eslint errors
This commit is contained in:
5
lib/actions.ts
Normal file
5
lib/actions.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type ActionState<T> = {
|
||||
success: boolean
|
||||
error?: string | null
|
||||
data?: T | null
|
||||
}
|
||||
Reference in New Issue
Block a user