Invitations
Example Usage
typescript
import { Invitations } from "@meetkai/mka1/models/operations";
let value: Invitations = {
id: "<id>",
email: "Amira.Smith@hotmail.com",
suggestedOrgName: "<value>",
expiresAt: "1763039561936",
createdAt: "1718552140342",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
token | string | ➖ | N/A |
email | string | ✔️ | N/A |
suggestedOrgName | string | ✔️ | N/A |
seedAvailableModels | string[] | ➖ | N/A |
expiresAt | string | ✔️ | N/A |
createdAt | string | ✔️ | N/A |
claimedAt | string | ➖ | N/A |
createdOrgId | string | ➖ | N/A |
emailSent | boolean | ➖ | N/A |