import type { TITLE_KEY } from '../../utils/constants/symbol-keys.constant'; export interface ActionTitleDefined { readonly [TITLE_KEY]: ActionTitle; }