// // Copyright Amazon.com Inc. or its affiliates. // All Rights Reserved. // // SPDX-License-Identifier: Apache-2.0 // // swiftlint:disable all import Amplify import Foundation public enum MenuType: String, EnumPersistable { case breakfast = "BREAKFAST" case lunch = "LUNCH" case dinner = "DINNER" }