import { TranslatableCollection } from "../TranslatableCollection"; export interface ISaveTranslatableCollectionRepository { execute(translatableCollection: TranslatableCollection): Promise; }