import { CategoriesEntity } from '../model/CategoriesEntity'; export interface CategoriesClient { getCategories(): Promise; }