Skip to content

Commit

Permalink
chore(client): simplify unknown | null to just unknown (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 7, 2025
1 parent 30d92f1 commit 52aa167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface PredictionResponse {
/**
* The response from the model.
*/
response?: unknown | null;
response?: unknown;

/**
* The status of the job.
Expand Down

0 comments on commit 52aa167

Please sign in to comment.