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