import type { UserRole } from "@/lib/types" export interface Actor { userId: string role: UserRole shopId?: string }