Skip to content

Commit

Permalink
lexicon: fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jul 31, 2024
1 parent 0f9b816 commit 8a8fceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexicon/lightning.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export type LightningPlanOptions = {
output_dataclips?: boolean;

run_memory_limit_mb?: number;
payload_memory_limit_mb?: number;
payload_limit_mb?: number;
};

/**
Expand Down

0 comments on commit 8a8fceb

Please sign in to comment.