Skip to content

Commit f0a517e

Browse files
committed
Mark filteringOptions as plain object so they generate correctly
1 parent b824591 commit f0a517e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/combo/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export type ComboRenderFunction<T extends object> = RenderItemFunction<
2323
>;
2424
export type ComboValue<T> = T | Values<T>;
2525

26+
/* jsonAPIPlainObject */
2627
export interface FilteringOptions<T extends object> {
2728
filterKey: Keys<T> | undefined;
2829
caseSensitive?: boolean;

0 commit comments

Comments
 (0)