]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/shared/search/search.model.ts
Fix client compilation
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / search / search.model.ts
... / ...
CommitLineData
1import { SearchField } from './search-field.type'
2
3export interface Search {
4 field: SearchField
5 value: string
6}