interface EntryData {
    Challenge?: SharedDataChallenges[];
}

Properties

Properties

Challenge?: SharedDataChallenges[]