import {InterfaceLiteralType} from "../../../types/InterfaceLiteralType"; export function areLiteralValuesEqual(typeA : InterfaceLiteralType, typeB: InterfaceLiteralType) : boolean { return typeA.value === typeB.value; }