interface FileLink {
    downloadUrl: string;
}

Properties

Properties

downloadUrl: string