Type Alias GetS3PreSignedUrlPrams

GetS3PreSignedUrlPrams: {
    contractId: string;
    fileNames: string[];
}