import { UpdateAllNotificationsStatusSchema } from "@midday-ai/sdk/models";
let value: UpdateAllNotificationsStatusSchema = {
status: "read",
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
status |
models.UpdateAllNotificationsStatusSchemaStatus | ✔️ | The new status to apply to all notifications for the authenticated user | read |