Skip to content

Commit

Permalink
Update core/ResponseDefinitions.php
Browse files Browse the repository at this point in the history
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr and provokateurin committed May 14, 2024
1 parent 8d06338 commit f5a8bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ResponseDefinitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
* userId: ?string,
* appId: string,
* input: array<string, numeric|list<numeric>|string|list<string>>,
* output: ?array<string, numeric|list<numeric>|string|list<string>>,
* output: null|array<string, numeric|list<numeric>|string|list<string>>,
* customId: ?string,
* completionExpectedAt: ?int,
* progress: ?float
Expand Down

0 comments on commit f5a8bda

Please sign in to comment.