mirror of https://github.com/vector-im/riot-web
Remove unused type
parent
3fcd5505b3
commit
1f82396ec5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue