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 1fd58bd commit 8063b1bCopy full SHA for 8063b1b
packages/sdk/src/shared/component.ts
@@ -208,7 +208,6 @@ export type ConfiguredProps<T extends ConfigurableProps> = {
208
209
// as returned by API (configurable_props_json from `afterSave`)
210
export type V1Component<T extends ConfigurableProps = ConfigurableProps> = {
211
- // eslint-disable-line @typescript-eslint/no-explicit-any
212
name: string;
213
key: string;
214
version: string;
@@ -220,7 +219,6 @@ export type V1Component<T extends ConfigurableProps = ConfigurableProps> = {
220
219
export type V1DeployedComponent<
221
T extends ConfigurableProps = ConfigurableProps,
222
> = {
223
224
id: string;
225
owner_id: string;
226
component_id: string;
0 commit comments