From a840d396093ef968f9512862197ac166a1ff9921 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 1 Jun 2016 20:36:27 +0200 Subject: Add authentication tokens to make friends/quit friends --- client/app/shared/search/search.model.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/app/shared/search/search.model.ts (limited to 'client/app/shared/search/search.model.ts') diff --git a/client/app/shared/search/search.model.ts b/client/app/shared/search/search.model.ts new file mode 100644 index 000000000..932a6566c --- /dev/null +++ b/client/app/shared/search/search.model.ts @@ -0,0 +1,6 @@ +import { SearchField } from './search-field.type'; + +export interface Search { + field: SearchField; + value: string; +} -- cgit v1.2.3