Interface PresignedUrlData

interface PresignedUrlData {
    elementHash: string;
    elementType: string;
    files: ExternalFileToSign[];
    folderPath?: string;
}

Properties

elementHash: string
elementType: string
folderPath?: string