UNPKG

@bit-ui-libs/common

Version:
12 lines (9 loc) 235 B
import { EAttachmentUploadStatus } from '../interfaces'; export interface ViewAttachmentResponse { url: string; } export interface UpdateAttachmentResponse { docId: string; status: EAttachmentUploadStatus; message: string; }