]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/app/search.ts
Lint the client
[github/Chocobozzz/PeerTube.git] / client / angular / app / search.ts
1 export type SearchField = "name" | "author" | "podUrl" | "magnetUri";
2
3 export interface Search {
4 field: SearchField;
5 value: string;
6 }