Skip to main content

API

This section describes the API of the ui-files library.

ImageHeader

interface ImageHeader {
key: string;
value: string;
}

ImageCollection

interface ImageCollection {
client_description?: string;
created_at?: string;
filename?: string;
financial_record_deleted_at?: string;
financial_record_name?: string;
mime_type?: string;
progress?: number;
url?: string;
url_origin?: string;
user_name?: string;
financial_record_pk?: string;
pk?: string;
id?: string;
}

UploadedDocument

interface UploadedDocument {
pk?: string;
url?: string;
filename?: string;
external_id?: string;
description?: string;
expires_at?: string;
}