FlyMenuRecipeType

public struct FlyMenuRecipeType : Decodable

Type d'une recette (entrée, plat…)

  • id

    Id du type

    Declaration

    Swift

    public let id: Int
  • Nom du type

    Declaration

    Swift

    public let name: String
  • Declaration

    Swift

    public init(from decoder: Decoder) throws