]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/search/search.model.ts
Add info when server is processing a video at upload
[github/Chocobozzz/PeerTube.git] / client / src / 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 }