Skip to content

Commit ffaec93

Browse files
almost
1 parent 2492fc9 commit ffaec93

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ export interface CustomPluginConfigActionEffect
173173
}
174174
export interface CustomPluginConfigUrlParameter
175175
extends Omit<CustomPluginConfigOptionBase, 'label'> {
176-
type: 'url-parameter',
177-
name: string
176+
type: 'url-parameter';
178177
}
179178

180179
/**

0 commit comments

Comments
 (0)