Skip to content

Commit f77c974

Browse files
committed
Sync open source content 🐝 (from 0957177581e5e80c06342a21228d8d3a072a748a)
1 parent ada43f7 commit f77c974

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

docs/sdks/customize/data-model/additionalproperties.mdx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -71,25 +71,3 @@ components:
7171
additionalProperties:
7272
type: string
7373
```
74-
75-
### Generated type structure
76-
77-
```typescript
78-
export type StringOnlyObject = {
79-
title: string;
80-
description: string;
81-
additionalProperties: Record<string, string>; // Internal field - do not interact directly
82-
};
83-
```
84-
85-
### Usage
86-
87-
```typescript
88-
await sdk.items.create({
89-
title: "My Item",
90-
description: "A typed item",
91-
category: "electronics",
92-
brand: "Acme",
93-
sku: "ABC-123"
94-
});
95-
```

0 commit comments

Comments
 (0)