import ITranslation from '../Translation'; export default interface IClass { readonly id?: string; readonly name: ITranslation[]; readonly slug: string; readonly description: ITranslation[]; readonly attributes_id: string[]; }