export interface ConvAiFileUploadResponseModel {
    fileId: string;
}
