Remove unused type

This commit is contained in:
Travis Ralston 2020-06-08 21:40:25 -06:00
parent 3fcd5505b3
commit 1f82396ec5

View file

@ -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.