]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/search/search.model.ts
Client: avoid loading javascript ressource over the network
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / search / search.model.ts
1 import { SearchField } from './search-field.type';
2
3 export interface Search {
4 field: SearchField;
5 value: string;
6 }