export type ActionResult = { error: string | null };
