. */ namespace SP\DataModel\ItemPreset; /** * Interface PresetInterface */ interface PresetInterface { public function getPresetType(): string; }