export type UserPolicyUpdateResponse = { /** * List of policies for the user */ user_id: Array; };