import { MaterialType } from '../Constants'; export type TWithMaterialType = Readonly<{ type: MaterialType; }>;