export default interface IOptions {
    leagueId?: string;
    draftId?: string;
}
