Skip to content

Commit

Permalink
chore: correct type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Feb 6, 2025
1 parent f688587 commit 549f45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ export type SessionRecordingCanvasOptions = {
* Limited between 0 and 12
* When canvas recording is enabled, if this is not set locally, then remote config sets this as 4
*
* @default null
* @default null-ish
*/
canvasFps?: number | null

Expand All @@ -1181,7 +1181,7 @@ export type SessionRecordingCanvasOptions = {
* Must be a string that is a valid decimal between 0 and 1
* When canvas recording is enabled, if this is not set locally, then remote config sets this as "0.4"
*
* @default null
* @default null-ish
*/
canvasQuality?: string | null
}
Expand Down

0 comments on commit 549f45d

Please sign in to comment.