Interface Contest

interface Contest {
    startTime: number;
    title: string;
}

Properties

Properties

startTime: number
title: string

Generated using TypeDoc