import { Checkin } from "pushpress/models/components/checkin.js";
let value: Checkin = {
details: {
id: "<id>",
name: "<value>",
type: "AppointmentCheckin",
appointmentType: "<value>",
},
checkinTime: 660174,
customer: "<value>",
company: "Mosciski - Keebler",
name: "<value>",
};
Field |
Type |
Required |
Description |
details |
components.Details |
✔️ |
Type of the check-in |
checkinTime |
number |
✔️ |
Check-in time in Unix timestamp |
customer |
string |
✔️ |
Customer ID for the check-in |
company |
string |
✔️ |
Company ID for the check-in |
name |
string |
✔️ |
Name of the thing being checked in |