aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/types
diff options
context:
space:
mode:
authorJulien Maulny <julien.maulny@protonmail.com>2019-12-27 19:30:12 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-01-06 15:10:19 +0100
commit4271212172ebd3ff5b4196ecb4064f79f7d5e0de (patch)
tree98a547b23de8c08e68f119d8fb8c49e37c2c56a3 /client/src/types
parent51b34a11b298b466faef9c8d24beec4442d7add3 (diff)
downloadPeerTube-4271212172ebd3ff5b4196ecb4064f79f7d5e0de.tar.gz
PeerTube-4271212172ebd3ff5b4196ecb4064f79f7d5e0de.tar.zst
PeerTube-4271212172ebd3ff5b4196ecb4064f79f7d5e0de.zip
Enhance jobs list displaying on smaller screens
Diffstat (limited to 'client/src/types')
-rw-r--r--client/src/types/job-state-client.type.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/types/job-state-client.type.ts b/client/src/types/job-state-client.type.ts
new file mode 100644
index 000000000..6123678df
--- /dev/null
+++ b/client/src/types/job-state-client.type.ts
@@ -0,0 +1,3 @@
1import { JobState } from '@shared/models'
2
3export type JobStateClient = JobState