Interface PresignedUrlResponse

interface PresignedUrlResponse {
    files: PresignedUrlItem[];
}

Properties

Properties