Skip to content

Commit 4ae30e3

Browse files
committed
Add type_key to UpdateObjectRequest interface for future form support
1 parent eaa9d80 commit 4ae30e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/models/object.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export interface CreateObjectRequest {
2727
export interface UpdateObjectRequest {
2828
name?: string;
2929
icon?: ObjectIcon;
30+
type_key?: string; // TODO: add support in forms
3031
properties?: PropertyLinkWithValue[];
3132
}
3233

0 commit comments

Comments
 (0)