Type Alias FileBatchResponse

FileBatchResponse: {
    "attribute-name": string;
    "element-hash": string;
    "file-name": string;
    "file-size": number;
    hash: string;
    "is-public": boolean;
    "is-relevant": boolean;
    links: RestApiLink[];
}[]