Remove unused type

pull/21833/head
Travis Ralston 2020-06-08 21:40:25 -06:00
parent 3fcd5505b3
commit 1f82396ec5
1 changed files with 0 additions and 2 deletions

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.