File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
packages/sdk/src/lib/types Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -336,20 +336,20 @@ export type ProcessProtectedDataParams = {
336336
337337 /**
338338 * The maximum price of dataset per task for processing the protected data.
339- @default = 0
340- */
339+ * @default 0
340+ */
341341 dataMaxPrice ?: number ;
342342
343343 /**
344344 * The maximum price of application per task for processing the protected data.
345- @default = 0
346- */
345+ * @default 0
346+ */
347347 appMaxPrice ?: number ;
348348
349349 /**
350350 * The maximum price of workerpool per task for processing the protected data.
351- @default = 0
352- */
351+ * @default 0
352+ */
353353 workerpoolMaxPrice ?: number ;
354354
355355 /**
@@ -492,7 +492,7 @@ export type PrepareBulkRequestParams = {
492492
493493 /**
494494 * Enable result encryption for the processed data.
495- * @default = false
495+ * @default false
496496 */
497497 encryptResult ?: boolean ;
498498
You can’t perform that action at this time.
0 commit comments