]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/app/shared/search.model.ts
Follow the angular styleguide for the directories structure
[github/Chocobozzz/PeerTube.git] / client / app / shared / search.model.ts
CommitLineData
41a2aee3
C
1import { SearchField } from './search-field.type';
2
3export interface Search {
4 field: SearchField;
5 value: string;
6}