export type UserProxyGetResponse = { user_id: number; username: string; email: string; active: boolean; edx_data: any; data: any; };