Skip to content

Commit 8063b1b

Browse files
committed
removed unused code
1 parent 1fd58bd commit 8063b1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/sdk/src/shared/component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ export type ConfiguredProps<T extends ConfigurableProps> = {
208208

209209
// as returned by API (configurable_props_json from `afterSave`)
210210
export type V1Component<T extends ConfigurableProps = ConfigurableProps> = {
211-
// eslint-disable-line @typescript-eslint/no-explicit-any
212211
name: string;
213212
key: string;
214213
version: string;
@@ -220,7 +219,6 @@ export type V1Component<T extends ConfigurableProps = ConfigurableProps> = {
220219
export type V1DeployedComponent<
221220
T extends ConfigurableProps = ConfigurableProps,
222221
> = {
223-
// eslint-disable-line @typescript-eslint/no-explicit-any
224222
id: string;
225223
owner_id: string;
226224
component_id: string;

0 commit comments

Comments
 (0)