Interface DailyChallenge

interface DailyChallenge {
    date: string;
    link: string;
    question: Problem;
}

Properties

Properties

date: string
link: string
question: Problem

Generated using TypeDoc