]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/app/shared/search/search.model.ts
Add systemd file example
[github/Chocobozzz/PeerTube.git] / client / 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 }