import { IState } from '@/types/store'; export const selectCreatedJob = (state: IState) => state.jobState;