UNPKG

myteams-api

Version:

An MyTeams Module to use discord.js and Twitch API easily

6 lines (5 loc) 141 B
export interface FParseMixedParam { values: string | number | string[] | number[]; stringKey: string; numericKey: string; }