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