Skip to content

Commit

Permalink
fix: comments updated
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurisandbhor committed May 2, 2024
1 parent dc61fb4 commit c5388bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const DEFAULT_UNEXPECTED_ERROR_MSG = {
defaultMessage: 'An error occurred, please try again',
} satisfies MessageDescriptor;

type OperationResponse<TResponse extends { data: any; meta?: any; error?: any }> =
type OperationResponse<TResponse extends { data: any; meta: any; error?: any }> =
| Pick<TResponse, 'data' | 'meta'>
| { error: BaseQueryError | SerializedError };

Expand Down

0 comments on commit c5388bd

Please sign in to comment.