PropertyKeysResponseBody
March 25, 2025 ยท View on GitHub
Example Usage
import { PropertyKeysResponseBody } from "@inkeep/inkeep-analytics/models/components";
let value: PropertyKeysResponseBody = {
results: [
"theme",
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
results | string[] | :heavy_check_mark: | N/A |