Skip to content

Commit 58fa9ea

Browse files
chore: fix default syntax
1 parent 6e88827 commit 58fa9ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/sdk/src/lib/types/coreTypes.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)