Invitation
Example Usage
typescript
import { Invitation } from "@meetkai/mka1/models/operations";
let value: Invitation = {
id: "<id>",
email: null,
suggestedOrgName: "<value>",
expiresAt: "1759411199233",
createdAt: "1722989077456",
};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 |