We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa9d80 commit 4ae30e3Copy full SHA for 4ae30e3
1 file changed
src/models/object.ts
@@ -27,6 +27,7 @@ export interface CreateObjectRequest {
27
export interface UpdateObjectRequest {
28
name?: string;
29
icon?: ObjectIcon;
30
+ type_key?: string; // TODO: add support in forms
31
properties?: PropertyLinkWithValue[];
32
}
33
0 commit comments