// enums import { ActionLogType } from '../enums'; export interface ActionLog { id: number; name: ActionLogType; }