export type UserRoleName = string; export type UserActionType = 'select' | 'insert' | 'update' | 'delete';