aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/types/job-type-client.type.ts
blob: 7d51f1db272cc6b8f3cb1e7fcdbde98d225dfa12 (plain) (blame)
1
2
3
import { JobType } from '@shared/models'

export type JobTypeClient = 'all' | JobType