Type alias PatchUserArg

PatchUserArg: {
    patchUserBody: PatchUserBody;
    userId: string;
}

Type declaration