/** * mFangDai * mFangDai web API. * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export type EmploymentStatus = 'Employed' | 'Not Employed' | 'Self Employment' | 'Military' | 'Retired' | 'Other'; export const EmploymentStatus = { Employed: 'Employed' as EmploymentStatus, NotEmployed: 'Not Employed' as EmploymentStatus, SelfEmployment: 'Self Employment' as EmploymentStatus, Military: 'Military' as EmploymentStatus, Retired: 'Retired' as EmploymentStatus, Other: 'Other' as EmploymentStatus };