export type ActionResponse = { success: boolean; data?: T; error?: string; };