471bc22f1
1 2 3 4 5 6
export type SearchField = "name" | "author" | "podUrl" | "magnetUri"; export interface Search { field: SearchField; value: string; }