@@ -1,5 +1,5 @@
export interface UploadItemLink {
rel: string;
target: string;
- text: string;
+ text?: string;
}