import { ActionRow } from "discord.js";

export interface IOptions {
  summoner: string;
  firstAndLast?: boolean;
}
export interface IObject {
  [index: string]: any;
}
export interface Page {
  components: any;
  embeds: any;
}
