We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
duration
Recording
int|string|null
1 parent dba85f6 commit bd9eb0dCopy full SHA for bd9eb0d
src/Data/Recording.php
@@ -21,7 +21,7 @@ public function __construct(
21
public string $id,
22
public string $title,
23
public ?string $folderId,
24
- public ?int $duration,
+ public int|string|null $duration,
25
public ?RecordingState $state,
26
public ?string $language,
27
public DateTimeImmutable $createdAt,
0 commit comments