diff --git a/src/utils/enums.ts b/src/utils/enums.ts index 42abaa0269..79656d7675 100644 --- a/src/utils/enums.ts +++ b/src/utils/enums.ts @@ -14,8 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -export type EnumValue = string | number; - /** * Get the values for an enum. * @param e The enum.