]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/search/search.model.ts
First draft to use webpack instead of systemjs
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / search / search.model.ts
CommitLineData
41a2aee3
C
1import { SearchField } from './search-field.type';
2
3export interface Search {
4 field: SearchField;
5 value: string;
6}