interface JobTypeSelectionFormData {
    jobTypes: string[];
}

Properties

Properties

jobTypes: string[]

Generated using TypeDoc