refactor(errors): migrate decisions to {code,msg}
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { UserRole } from "@/lib/types"
|
||||
|
||||
export interface Actor {
|
||||
userId: string
|
||||
role: UserRole
|
||||
shopId?: string
|
||||
}
|
||||
Reference in New Issue
Block a user