import { V2RatelimitListOverridesResponseBody } from "@unkey/api/models/components";
let value: V2RatelimitListOverridesResponseBody = {
meta: {
requestId: "req_123",
},
data: [
{
namespaceId: "<id>",
overrideId: "<id>",
duration: 381067,
identifier: "<value>",
limit: 368224,
},
],
pagination: {
cursor: "cursor_xyz123",
hasMore: true,
},
};
Field | Type | Required | Description |
---|---|---|---|
meta |
components.Meta | ✔️ | N/A |
data |
components.RatelimitOverride[] | ✔️ | N/A |
pagination |
components.Pagination | ➖ | N/A |