re-uploading work
This commit is contained in:
10
web/src/api/models/InquiryStatus.ts
Normal file
10
web/src/api/models/InquiryStatus.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export enum InquiryStatus {
|
||||
PENDING = 'pending',
|
||||
RESPONDED = 'responded',
|
||||
TIMEOUT = 'timeout',
|
||||
CANCELLED = 'cancelled',
|
||||
}
|
||||
Reference in New Issue
Block a user