diff --git a/src/pages/Users/api/useGetUser.ts b/src/pages/Users/api/useGetUser.ts index 0b1e9f7..6dd5ca0 100644 --- a/src/pages/Users/api/useGetUser.ts +++ b/src/pages/Users/api/useGetUser.ts @@ -7,7 +7,7 @@ import { QueryKey } from 'common/utils/constants'; /** * Properties for the `useGetUser` API hook. - * @param {string} userId - A `User` identifier. + * @param {string} [userId] - A `User` identifier. */ interface UseGetUserProps { userId?: string;