import { AddQueueRepeatItem } from "@intuned/client/models/components";
let value: AddQueueRepeatItem = {
id: "<id>",
status: "repeatable item created",
};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ✔️ | N/A |
status |
components.AddQueueRepeatItemStatus | ✔️ | N/A |