1.0 KiB
1.0 KiB
GetOrCreateEntityData
Example Usage
import { GetOrCreateEntityData } from "@useautumn/sdk";
let value: GetOrCreateEntityData = {
featureId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
featureId |
string | ✔️ | The feature ID that this entity is associated with |
name |
string | ➖ | Name of the entity |