/** * 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 QueryType = 'BORROWER' | 'LOANOFFICER_AVAILABLE' | 'LOANOFFICER_ASSIGNMENT' | 'LOANOFFICER_REPLIED' | 'LOANOFFICER_AND_BORROWER' | 'BY_ADMIN'; export const QueryType = { Borrower: 'BORROWER' as QueryType, LoanofficerAvailable: 'LOANOFFICER_AVAILABLE' as QueryType, LoanofficerAssignment: 'LOANOFFICER_ASSIGNMENT' as QueryType, LoanofficerReplied: 'LOANOFFICER_REPLIED' as QueryType, LoanofficerAndBorrower: 'LOANOFFICER_AND_BORROWER' as QueryType, ByAdmin: 'BY_ADMIN' as QueryType };