export type InlineEditableMessages = {
  enableEditing: string;
  cancelEditing: string;
  confirmChanges: string;
};
