export enum BookLanguageEnum {
  UKRAINIAN = 'Українська',
  ENGLISH = 'Англійська',
}
