refactor: remove the reference property

This commit is contained in:
Michel Jonathan Schmitz
2019-01-31 15:51:44 +00:00
committed by Jovan Krunić
parent 38257c0d39
commit bd3d3820c6
-5
View File
@@ -115,11 +115,6 @@ export interface SCDishCharacteristic {
* Name of the characteristic
*/
name: string;
/**
* A footnote number, hinting towards the name.
*/
reference?: number;
}
/**