Skip to content

Commit 1552f94

Browse files
committed
fix(sdk): add stash property to Component type
1 parent 57b35b8 commit 1552f94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk/src/shared/component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ export type V1Component<T extends ConfigurableProps = any> = { // eslint-disable
234234
configurable_props: T;
235235
description?: string;
236236
component_type?: string;
237+
stash?: "optional" | "required";
237238
};
238239

239240
export type V1DeployedComponent<T extends ConfigurableProps = any> = { // eslint-disable-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)