Options
All
  • Public
  • Public/Protected
  • All
Menu

Module models

Resource models

Contains all the available resource models that are used to create and update data on the server. This file contains the typings for the required data for the different services.

Note that these models may differ from the corresponding resource response. You are only allowed to specify the properties defined in these models when performing CRUD-operations. Specifying other properties may lead to server errors.

Index

Type aliases

ContactCreateData

ContactCreateData: Omit<ContactInformation, "id" | "nation_id">

IndividualCreateData

IndividualCreateData: Omit<Individual, "id" | "nation_id">

LocationCreateData

LocationCreateData: Omit<Location, "id" | "nation_id" | "opening_hours" | "opening_hour_exceptions">

MenuCreateData

MenuCreateData: Omit<Menu, "id" | "nation_id" | "location_id">

MenuItemCreateData

MenuItemCreateData: Omit<MenuItem, "id" | "menu_id">

NationCreateData

NationCreateData: Omit<Nation, "oid" | "default_location">

OpeningHourCreateData

OpeningHourCreateData: Omit<OpeningHour, "id" | "location_id">

Generated using TypeDoc