interface CustomListSearchQueryViewerProps {
    library: string;
    searchParams: CustomListEditorSearchParams;
}

Properties

library: string