ee9e7b61f
e4f97babf
1
2
export type JobState = 'pending' | 'processing' | 'error' | 'success' export type JobCategory = 'transcoding' | 'http-request'