// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 namespace SampleGameBuild.NumbersQuiz.Data { public struct ScheduleEntry { public string Type; public int? Time; } }