diff --git a/src/types/onyx/PolicyJoinMember.ts b/src/types/onyx/PolicyJoinMember.ts index 263be6c21dc2..7c540b334b4a 100644 --- a/src/types/onyx/PolicyJoinMember.ts +++ b/src/types/onyx/PolicyJoinMember.ts @@ -1,7 +1,7 @@ import type * as OnyxCommon from './OnyxCommon'; type PolicyJoinMember = { - /** Role of the user in the policy */ + /** The ID of the policy */ policyID?: string; /** Email of the user inviting the new member */